v8
OpenAPI 3.1.02026-08-033623795.0 MBResolution Center Cases
List Resolution Center Case Events
Lists the case timeline, newest first. Events the viewer is not allowed to see are omitted — a customer reads the customer-visible timeline, the merchant reads the full one.
get/resolution_center_cases/{id}/events
Query parameters
firstinteger
The number of events to return (default 20, max 100).
afterstring
A cursor; returns events after this position.
lastinteger
The number of events to return from the end of the range.
beforestring
A cursor; returns events before this position.
Headers
Api-Version-Datestring
Example:2026-07-31
Pins the request to a dated API version.
Response
events listed
Example response
{
"data": [
{
"action": "created",
"reporter_type": "merchant"
}
]
}