Skip to main content
GET
List invoices

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <live_api_key>.

Query Parameters

status
enum<string>
required

One of UNPAID, PAID, OVERDUE, REFUNDED, CANCELED, PENDING, ALL

Available options:
UNPAID,
PAID,
OVERDUE,
REFUNDED,
CANCELED,
PENDING,
ALL
per_page
integer

Items per page.

Required range: 1 <= x <= 100

Response

OK

success
boolean