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.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-27"
Query Parameters
Which breakdowns to return, keyed by these names under groups. Repeat the parameter to ask for several; omit it for all of them.
status, reason, outcome The account to summarize cases for (biz_ tag).
Only cases in these statuses.
awaiting_merchant, awaiting_customer, under_review, closed Only cases opened for these reasons.
fraudulent, product_not_received, not_as_described, product_unacceptable, subscription_canceled Only closed cases that ended these ways.
customer_won, merchant_won, withdrawn Only count cases created before this ISO 8601 timestamp.
Only count cases created after this ISO 8601 timestamp.

