Skip to main content
GET
List delivery disputes

Authorizations

Authorization
string
header
required

API key sent as Authorization: Bearer <api-key>.

Query Parameters

state
enum<string>

Filter to a single dispute state. Delivery-dispute lifecycle. RESOLVED and WITHDRAWN are terminal; ESCALATED is not (it can later resolve, withdraw, or rejoin negotiation).

Available options:
OPENED,
INVESTIGATING,
EVIDENCE_GATHERED,
OPERATOR_RESPONDED,
ADVERTISER_RESPONDED,
RESOLVED,
WITHDRAWN,
ESCALATED

Response

Disputes (optionally filtered) plus per-state counts.

ok
boolean
required
data
object
required

Route-specific payload. Operation responses refine this.

contractVersion
string
required
Allowed value: "v1.0"