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.
Example response
{
"count": 3
}