Show Physical Person

Show Physical Person

GET {{Environment_URL}}/customers/v1/partner/physical/:cpf

Retrieves the details of a registered physical person based on the provided CPF. The CPF must be sent as a path parameter.

Path Params

Key
Description
Required
Data Type
Example

cpf

CPF in format 00000000000

true

String

12345678900

Headers

Name
Value

Authorization

Bearer <token>

Response

{
    "cpf": "123.456.789-00",
    "rg": "987654321",
    "birthDate": "1985-03-12T00:00:00.000Z",
    "naturality": "Rio de Janeiro",
    "profession": "Analista de Dados",
    "revenue": 7520.3,
    "changeSync": false,
    "id": "6897912ce6e84da5ad182561",
    "name": "MARIA EDUARDA FERREIRA LIMA",
    "nickname": "DUDINHA",
    "email": "[email protected]",
    "mobile": "+55 21 99876-5432",
    "status": "pending",
    "documents": [
        {
            "id": "6897912ce6e84da5ad182562",
            "documentType": "CPF",
            "versions": [
                {
                    "id": "6897912ce6e84da5ad182563",
                    "files": [],
                    "approved": true,
                    "createdAt": "2025-08-09T18:19:24.794Z"
                }
            ]
        }
    ],
    "addresses": [
        {
            "id": "6897912ce6e84da5ad182564",
            "country": "Brasil",
            "state": "RJ",
            "city": "Rio de Janeiro",
            "neighborhood": "Copacabana",
            "street": "Av. Atlântica",
            "number": 170,
            "complement": "Ap 1201",
            "zipCode": "22021-001",
            "default": true,
            "nickname": "Apartamento Copacabana",
            "fullAddress": "Av. Atlântica, 170 Ap 1201 - Copacabana - Rio de Janeiro/RJ, Brasil - 22021-001"
        }
    ],
    "billingAddresses": [],
    "accounts": [],
    "beneficiaries": [],
    "wlCorrespondents": [
        111
    ],
    "verified": {
        "email": false,
        "mobile": false,
        "address": false
    },
    "createdAt": "2025-08-09T18:19:24.797Z",
    "updatedAt": "2025-08-09T18:19:24.797Z",
    "pendencies": [
        "email_confirmation"
    ],
    "limitHistory": [],
    "operationCount": 0
}