Customers
Read a customer
This endpoint reads a customer’s details.
GET
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
The ID of the customer.
Response
200
application/json
Customer details retrieved successfully.
Unique customer identifier
The type of this customer.
Available options:
individual
List of customer documents
Example:
[
{
"country": "BRA",
"type": "TAX_ID",
"value": "123.456.789-00"
}
]
Record creation timestamp
Record last update timestamp
Customer full name
Customer birth date
Example:
"1990-01-01"