Skip to main content
POST
/
co
/
registraduria
/
death-status
/
lookup
/
v1
Registraduría Death Status Lookup
curl --request POST \
  --url https://api.croma.run/co/registraduria/death-status/lookup/v1 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "document_number": "5786287"
}
'
{
  "data": {
    "document_number": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.croma.run/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer YOUR_API_KEY

Body

application/json
document_number
string
required

Colombian cédula. 5-12 digits, no leading zero.

Required string length: 5 - 12
Pattern: ^[1-9]\d{4,11}$

Response

Successful response

data
object
required