🇧🇴Bolivia
Service to query Bolivian citizens using the CI (Identity Card).
Bolivian Citizen Identification
GET - https://api.verifik.co/v2/bo/cedula
The Bolivian Citizen Identification service allows you to retrieve basic information about a Bolivian citizen based on their national ID number and date of birth. The service returns the name of the person associated with the provided document, helping to verify the authenticity of the identity information provided.
Implementation
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Query Parameters
Name | Type | ¿Required? | Description | Example |
---|---|---|---|---|
documentType | String |
| Document type. Valid parameter: CI. |
|
documentNumber | String |
| Document number of the person to consult. |
|
dateOfBirth | String |
| Date of birth of the person to consult, valid format: dd/mm/yyyy. |
|
Request
Response
Last updated