Skip to main content
GET
List Invoices

Authorizations

Authorization
string
header
required

Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.

Query Parameters

limit
integer
default:10

Number of invoices to return

Required range: 1 <= x <= 100

Response

Successful Response

Response with list of invoices.

total
integer
required

Total number of invoices

has_more
boolean
required

Whether there are more invoices

invoices
InvoiceInfo · object[]

List of invoices