Skip to main content
GET
List the logged-in customer's invoice disputes
Portal endpoints authenticate via the portal_session cookie issued by magic-link verification — not a Bearer API key. Non-browser clients may send the token in the X-Portal-Session header instead.
Returns every dispute the authenticated customer has raised against their own invoices, open or resolved.

Query Parameters

Example Request

Response

note carries the admin’s resolution note and is null while the dispute is open. To raise a new dispute, use Raise an Invoice Dispute.

Authorizations

portal_session
string
cookie
required

Customer-portal session cookie issued by GET /portal/auth/verify.

Query Parameters

limit
integer
default:1000

Page size (default 1000, max 1000 — a DoS bound, not a paging default).

Required range: 1 <= x <= 1000
offset
integer
default:0

Row offset (default 0).

Required range: x >= 0

Response

The customer's disputes.

data
object[]