🇧🇷Brazil
Brazilian Citizen Information - Service to query Brazilian citizens using the CPF (Cadastro de Pessoas Físicas).
Endpoint
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
Content-Type
application/json
Authorization
Bearer <token>
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.
20/05/2022
Request
Response
Last updated