Show Legal Person
Show Legal Person
GET {{Environment_URL}}/customers/v1/partner/legal/:cnpj
Retrieves the details of a registered legal person based on the provided CNPJ. The CNPJ must be sent as a path parameter.
obs: CNPJ must be provided without punctuation, e.g., 12345678000199
Path Params
Key
Description
Required
Data Type
Example
cnpj
CNPJ must be provided without punctuation, e.g., 12345678000199
true
String
11222333000144
Headers
Name
Value
Authorization
Bearer <token>
Response
{
"cnpj": "11.222.333/0001-44",
"changeSync": false,
"revenue": 1500000,
"id": "68b98c8218770542486dcf79",
"name": "Bosco and Sons",
"nickname": "LLC",
"email": "[email protected]",
"mobile": "+55 11 98765-4321",
"status": "pending",
"documents": [
{
"id": "68b98c8218770542486dcf7c",
"documentType": "CNPJ",
"versions": [
{
"id": "68b98c8218770542486dcf7d",
"files": [],
"approved": null,
"createdAt": "2025-09-04T12:56:13.386Z"
}
]
}
],
"addresses": [
{
"id": "68b98c8218770542486dcf7a",
"country": "Brasil",
"state": "SP",
"city": "El Centro",
"neighborhood": "Bela Vista",
"street": "Hagenes Key",
"number": 1000,
"complement": "Conjunto 101",
"zipCode": "01310-100",
"default": true,
"nickname": "Matriz",
"fullAddress": "6183 Cronin Islands"
}
],
"billingAddresses": [],
"accounts": [],
"beneficiaries": [],
"wlCorrespondents": [
163
],
"verified": {
"email": false,
"mobile": false,
"address": false
},
"createdAt": "2025-09-04T12:56:34.378Z",
"updatedAt": "2025-09-04T12:56:34.378Z",
"pendencies": [
"email_confirmation"
],
"limitHistory": [],
"operationCount": 0
}
