get
https://api-sandbox.asaas.com/v3/paymentDunnings//history
Endpoint responsible for retrieving the event history of a dunning request.
This call returns a paginated list of events recorded since the beginning of the dunning process, allowing the integration to track how the process has evolved over time.
Request parameter
id - Unique identifier of the dunning request in Asaas.
Pagination parameters
offset - Defines the starting element of the list.
limit - Defines the maximum number of elements returned per request.
When to use this endpoint
This endpoint is useful in scenarios such as:
- auditing the evolution of the dunning request
- operational tracking of the process
- supporting internal analysis and support teams
- displaying an event timeline in administrative interfaces
Important rule for GET requests
GET requestsGET requests must be sent with an empty body.
If the integration sends content in the request body, 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
