Skip to main content
GET
List invoice disputes (tenant-scoped)
Returns the disputes customers have raised against the tenant’s invoices, optionally narrowed to one status. A dispute is a customer’s query against one of their invoices, raised from the customer portal; it stays open until an operator closes it with Resolve Dispute. Fetch a single one with Get Dispute. There is no admin dashboard for disputes yet — this API is the current surface.

Query Parameters

Example Request

Response

The response carries no pagination metadata; page with limit/offset and stop when a page comes back short.

Fields

Errors

Errors use the standard envelope — see Errors.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Query Parameters

limit
integer
default:1000

Max rows returned (clamped to 1000).

Required range: x <= 1000
offset
integer

Rows to skip, for paging past the clamp.

Required range: x >= 0
status
enum<string>

Filter by dispute status.

Available options:
open,
resolved,
rejected

Response

The tenant's disputes.

data
object[]