Retrieve Dispute Summary
Aggregates the same disputes GET /disputes lists, using the same filters. Use it to build status tabs and currency 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-25"
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, currency Only disputes filed against this account (biz_ tag).
Only disputes in these statuses. Repeat the parameter to pass several.
needs_response, under_review, won, lost, closed Only disputes in this three-letter ISO currency.
Only disputes opened before this ISO 8601 timestamp.
Only disputes opened after this ISO 8601 timestamp.

