Service to query Brazilian citizens using the CPF (Cadastro de Pessoas Físicas).
Brazilian Citizen Information
GET - https://api.verifik.co/v2/br/cedula
The Brazilian citizen information service allows users to verify the validity of Brazilian CPF (Cadastro de Pessoas Físicas) numbers. The service returns a response that includes the document type, document number, full name, first name, last name, and an array with the individual's first and last names.
Implementation
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Query Parameters
Name
Type
¿Required?
Description
Example
documentType
String
True
Document type. Valid parameter: CPF.
CPF
documentNumber
String
True
Document number of the person to consult.
123456789
dateOfBirth
String
True
Date of birth of the person to consult, valid format: dd/mm/yyyy.