Retrieve a single customer

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.


🚧

Attention

GET requests must be sent with an empty body.
Otherwise, the API may return a 403 Forbidden error.

Path Params
string
required
Responses

403

Forbidden. Occurs when the request body is filled, GET method calls must have an empty body.

404

Not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json