Request
GET
https://api.nuv.tools/cpf/v1/{token}?cpf={cpf}&birthdate={birthdate}
token:
provided for testing or after contracting.
• Size: 128
• Type: Alphanumeric
• Mandatory: true
cpf:
registration number without punctuation.
• Size: 11
• Type: Number
• Mandatory: true
• Example: 12345678901
birthdate
: CPF owner’s date of birth.
• Size: 8
• Type: Number
• Format: yyyyMMdd
• Mandatory: true
• Example: 19980203
Response
{
"status"
: "OK",
"cpf"
: "123.456.789-10",
"name"
: "JOSÉ ALVES",
"genre"
: "M",
"birthdate"
: "02/13/1985",
"status"
: "REGULAR",
"registrydate"
: "05/18/2001"
}