List Resolution Center Cases
Lists resolution center cases. Without account_id you get every case you can read — the ones you opened as a buyer and every account you are a team member of; the filters narrow that 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
Only cases filed against this account (biz_ tag).
The number of cases to return (default 20, max 100).
A cursor; returns cases after this position.
The number of cases to return from the end of the range.
A cursor; returns cases before this position.
The field to sort cases by.
created_at, response_due_at Sort direction.
asc, desc Only cases in these statuses. Repeat the parameter to pass several — one paginated list covers all of them.
awaiting_merchant, awaiting_customer, under_review, closed Only cases opened for these reasons. Repeat the parameter to pass several.
fraudulent, product_not_received, not_as_described, product_unacceptable, subscription_canceled Only closed cases that ended these ways. Repeat the parameter to pass several.
customer_won, merchant_won, withdrawn Only cases created before this ISO 8601 timestamp.
Only cases created after this ISO 8601 timestamp.

