What is the Deaths API for?
It checks whether a Colombian national ID is still active or appears as cancelled by death in the official archive.
POST /v1/co/defuncionesCheck whether a Colombian national ID is still active or has been cancelled by death. Direct from the Registraduría's national identification archive.
This is a public demo with a reduced rate limit. For a production API key, book a call. I get back the same day.
document_numberstringreqdocument_numberstringstatusstringqueried_atstringIt checks whether a Colombian national ID is still active or appears as cancelled by death in the official archive.
No. The response is limited to the queried document, its status and the query date.
Edit the JSON and submit to verify validity.
curl https://api.usecroma.com/v1/co/defunciones \
-H "Authorization: Bearer $CROMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"document_number":"1020812345"}'