Skip to main content
GET
List Invoice Requests

Authorizations

Authorization
string
header
required

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

Query Parameters

campaign_id
string<uuid> | null
status
enum<string> | null
Available options:
AWAITING_INVOICE,
INVOICE_UPLOADED,
PAID,
PARTIALLY_PAID,
UNPAID,
CANCELLED,
WRITTEN_OFF
cursor
string | null
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Successful Response