v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Brazil CPF-light

Verify a user's CPF number and identity.

post/br/cpf-light

Request body

cpfstring required

CPF number.

callbackURLstring required

Response

200

OR

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"
}