v1

latestOpenAPI 3.1.02026-07-2684271522.2 KB
Disputes

Count Disputes

Returns the number of disputes that currently require a response.

Counts disputes in a needs_response or warning_needs_response status. Useful for surfacing a "disputes needing action" badge without paging through the full list.

get/v1/disputes/count

Response

The number of disputes that currently require a response.

countinteger required

Count of disputes in a needs_response or warning_needs_response status.

Example response

{
  "count": 3
}