🇧🇷Brazil
Service to query Brazilian citizens using the CPF (Cadastro de Pessoas Físicas).
Last updated
Service to query Brazilian citizens using the CPF (Cadastro de Pessoas Físicas).
Last updated
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.
Headers
Name | Value |
---|---|
Query Parameters
Name | Type | ¿Required? | Description | Example |
---|---|---|---|---|
Content-Type
application/json
Authorization
Bearer <token>
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.
20/05/2022