latestOpenAPI 3.1.02026-08-163864115.7 MB
c363cb2feb95
Resolution Center Cases
Retrieve Resolution Center Case Summary
Aggregates the same cases GET /resolution_center_cases lists, using the same filters. Use it to build status tabs and issue filters without paging the whole list.
get/resolution_center_cases/summary
Query parameters
groupsstring[]
Which breakdowns to return, keyed by these names under groups. Repeat the parameter to ask for several; omit it for all of them.
[ "status" ]
account_idstring
The account to summarize cases for (biz_ tag).
user_idstring
Only cases opened by this customer — a user_ tag, or me for the calling user.
statusstring[]
Only cases in these statuses.
[ "awaiting_merchant" ]
reasonstring[]
Only cases opened for these reasons.
[ "fraudulent" ]
outcomestring[]
Only closed cases that ended these ways.
[ "customer_won" ]
created_beforestring
Only count cases created before this ISO 8601 timestamp.
created_afterstring
Only count cases created after this ISO 8601 timestamp.
Headers
Api-Version-Datestring
Example:2026-08-13
Pins the request to a dated API version.
Response
summary returned
Example response
{
"groups": {
"reason": {
"product_not_received": 1
},
"status": {
"awaiting_merchant": 1
}
},
"total": 1
}