🇨🇴Registry Certificate
Service to generate a certificate of document validity through the Registrar's Office.
Endpoint
The Registry Certificate service provides a programmatic method to verify the validity of a Colombian identity document and obtain the certificate status. By using the document number and date to query the Registraduría Nacional del Estado Civil database, this service returns a JSON response with the certificate status, any notifications or exceptions, and a base64-encoded PDF of the certificate.
This service is ideal for Colombian institutions, companies, or individuals needing to verify the authenticity of a Colombian identity document or certificate.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Parameters
documentNumber
String
True
Document number of the person to consult, without spaces or points.
123456789
date
String
True
Date of issuance of the cedula to consult. Valid format: DD/MM/YYYY.
10/10/2020
Request
Response
Last updated