get
https://api-sandbox.asaas.com/v3/customers/
Endpoint responsible for retrieving the data of a specific customer using the unique identifier registered in Asaas.
Request parameter
id— Customer's unique identifier in Asaas
When to use this endpoint
- retrieve up-to-date customer data
- validate whether a record exists
- prepare for an update
- display complete customer details
Difference compared to listing
While the listing endpoint returns a paginated collection, this endpoint returns only one record directly by its identifier.
AttentionGET requests must be sent with an empty body.
Otherwise, the API may return a 403 Forbidden error.
403Forbidden. Occurs when the request body is filled, GET method calls must have an empty body.
404Not found
