🇨🇴Colombia
The Colombian Citizen Identification Information service allows you to retrieve details about a Colombian citizen's identification document. By providing the identification number and type of document, you can access essential information such as the citizen's full name, first name, last name, and identification number.
This service is particularly useful for identity verification or background checks.
Note: This service is specifically designed for Colombian identification documents. For verification of identification documents from other countries, please consult the relevant documentation for the appropriate service.
Parametros
Name | Type | ¿Required? | Description | Example |
---|---|---|---|---|
documentType | String |
| Type of document. Valid parameter: CC, PPT. |
|
documentNumber | String |
| Document number of the person to consult, without spaces or periods. |
|
Implementation
Request
Response 200 - (Successful request)
Other responses
Code | Description | Response Body | |
---|---|---|---|
| Not Found | Information not found. |
| { "code": "NotFound", "message": "Record not found.", "signature": { "dateTime": "August 31, 2022 3:24 PM", "message": "Certified by Verifik.co" } } | | 409
| Conflict | Some parameters are missing.
| { "code": "MissingParameter", "message": "missing documentType\n. missing documentNumber\n" } | | 409
| Conflict | Invalid documentType for this query. | { "code": "MissingParameter", "message": "documentType must be one of: [CC]" } |
Last updated