Get Invoices
Fetch a list of invoices. (Business Only)
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the resource you want to filter based on. (e.g. Customer, Subscription or Voucher ID's)
The currency you want to filter based on.
Available options:
draft
, unpaid
, paid
, void
Example:
"paid"
Response
200
application/json
Successfully retrieved the list of invoices.
The response is of type object
.