Organizations
List Invoices
Returns a list of invoices for the organization.
GET
/
v1
/
organizations
/
{organizationName}
/
invoices
Path Parameters
organizationName
string
requiredThe name of the organization or user.
Query Parameters
type
enum<string>
The type of invoice to retrieve.
Available options:
all
, upcoming
, issued
Response
200 - application/json
invoices
object[]
The list of invoices for the organization.
Was this page helpful?