v1
latestOpenAPI 3.1.02026-07-24450175.9 KBGovChecks: Brazil CPF-light
Verify a user's CPF number and identity.
post/br/cpf-light
Request body
Response
200
Example response
{
"status": 200,
"id": "brazilian-cpf-light-validation",
"data": {
"fullName": "<JOHN DOE>",
"dateOfBirth": "1900-01-01",
"cpf": "01234567890",
"taxStatus": "Regular"
},
"timestamp": "2020-11-17T18:36:57.198Z"
}