Organizations
List Invoices
Returns a list of invoices for the organization.
GET
/
v1
/
organizations
/
{organizationSlug}
/
invoices
Path Parameters
The slug of the organization or user account.
Query Parameters
The type of invoice to retrieve.
Available options:
all
, upcoming
, issued
Response
200 - application/json
The list of invoices for the organization.
Was this page helpful?