GET:organizations/invoices/page.json
GET:organizations/invoices/page.json
Description
Get all invoices of a given organization.
See also: Pagination.
Topic: Invoices
Query Parameters
Key of the last item from previous page. See also: Pagination
Example: ?last_key=str
Return up to N entries (pagination). See also: Pagination
Example: ?limit=5
Skip N entries (pagination). See also: Pagination
Example: ?offset=5
organization_id: String, required
Unique organization identifier. See also: Unique Identifiers
Example: ?organization_id=og_EQzGqWoY
type: InvoiceType
Filter invoices by type
Example: ?type=any
Response Body
Response Body Type
Loading module