GET
/
kyc
/
cpf-history
curl --request GET \
  --url https://api.legitimuz.com/kyc/cpf-history
{
  "dados": {
    "cpf": "06617706137",
    "data_emissao": "",
    "data_inscricao": "",
    "data_inscricao_antes_1990": false,
    "data_nascimento": "2005-09-07",
    "digito_verificador": "37",
    "genero": "",
    "idade": "18",
    "nacionalidade": "",
    "nome": "Lucas Toledo Sartori",
    "nome_mae": "Gemima Toledo Sartori",
    "outros_campos": {
      "exclusive_name": "",
      "nome": {
        "nomeDoMeio": "Toledo",
        "nomeSocial": "Lucas Sartori",
        "primeiroNome": "Lucas",
        "sobrenome": "Sartori"
      },
      "obito": false,
      "origem": "Receita Federal",
      "pep": false,
      "situacao": "Regular",
      "uf_cpf": ""
    },
    "signo": ""
  }
}

Headers

Origin
string

Client's domain (created during the integration key stage)

Example:

"api.legitimuz.com"

Query Parameters

token
string

Legitimuz Token (Created in Integrations -> Create).

Example:

""

cpf
string

CPF of the Client to be validated.

Example:

""

Response

200 - application/json
KYC: CPF History
dados
object