Queries the Registraduría Nacional to determine whether a Colombian cédula is active or has been cancelled due to the holder’s death.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.
POST /co/registraduria/death-status/lookup/v1
| Field | Type | Notes |
|---|---|---|
document_number | string | Required. 5–12 digits, no leading zero (^[1-9]\d{4,11}$). |
status | Meaning |
|---|---|
ALIVE | Cédula active. |
DECEASED | Cancelled due to the holder’s death. |
UNKNOWN | Upstream returned a value Croma doesn’t recognize (logged for review). |
Returns
404 (resource_not_found) when the document number isn’t present
in the upstream registry.Full reference
Schemas, response fields, and an interactive playground.