List all invoices

Returns a list of invoices. The invoices are returned sorted by creation date in ascending order.

GET/v3/billing/invoices
JWTinvoice:read

Query parameters

pageinteger

The page number.

Range: [1, 2147483647]Format: int32

limitinteger

The number of records per page. Must be a number between 1 and 100.

Range: [1, 100]Format: int32

sortstring

The sort string to sort the returned records e.g. "-createdAt"

Pattern: ([+-]\w*\.*\w*){1}(\|[+-]\w*){0,5}

Response

200 OK

idstringrequired
numberstringrequired
paidbooleanrequired
statusstringrequired

Allowed values: active, inactive

invoiceUrlstringrequired
checkoutUrlstringrequired
issueDatestring

Format: date-time

totalinteger

Format: int32