The Brazil CPF verification service allows you to verify the identity of an individual in Brazil using their individual taxpayer identification number (Cadastro de Pessoas FÃsicas). The service returns the person’s full name, date of birth, and gender
Security
API-Key
- https://api.kycaid.comhttps://api.kycaid.com/services/br/cpf/{cpf_number}
curl -i -X GET \
https://api.kycaid.com/services/br/cpf/00388415129 \
-H 'API-Key: YOUR_API_KEY_HERE'Response
{ "validation": { "valid": true }, "data": { "number": "00388415129", "name": "Josh Coffey", "first_name": "Josh", "middle_name": "David", "last_name": "Coffey", "dob": "1976-02-21", "gender": "M" } }