Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required

The ID of the organization.
Prefix with name= to retrieve the organization by name instead.

Query Parameters

filter[status]
enum<string>

The status of the invoice.

Available options:
paid,
charged_off,
pending,
refunded,
canceled,
refund_pending
filter[type]
enum<string>

The invoice type. Use invoice for standard invoices, credit_memo for refund/credit invoices.

Available options:
credit_memo,
invoice
filter[order_id]
string

The order id of Invoice.

page
integer<int32>

Page to be displayed. Defaults to 1.

Response

OK

items
object[]
Last modified on June 16, 2026