Venezuelan Citizen Information
Service to query Venezuelan citizens using their Government ID
Last updated
Service to query Venezuelan citizens using their Government ID
Last updated
GET - https://api.verifik.co/v2/ve/cedula
This service allows users to verify the authenticity of a Venezuelan identity card by providing the document number.
This information can be used by companies and organizations to verify the identity of their customers, employees, or partners.
To use this service in a graphical interface, we invite you to access our at Verifik.
Content-Type
application/json
Authorization
Bearer <token>
documentNumber
String
True
Document number of the person to be queried.
123456789
Response
data
Object
Contains citizen's personal information.
data.arrayName
Array
Array of name components.
data.birthDate
String
Birth date of the citizen (YYYY-MM-DD). We don't bring this value on all the requests.
data.documentNumber
String
The input document number.
data.documentType
String
The input document type.
data.firstName
String
Citizen's first name.
data.lastName
String
Citizen's last name.
data.maritalStatus
String
Citizen's marital status. We don't bring this value on all the requests.
signature
Object
Signature metadata for response verification.
signature.dateTime
String
Timestamp of the response generation.
signature.message
String
Verification message.
id
String
Unique response identifier.
Note: the birthDate and maritalStatus are values that are only retrieved for certain records, is not a guaranteed field.