Guides
Invoices
Retrieve invoice collections and individual invoice records
Invoice Guide
The invoice endpoints are focused on retrieval, making them useful for listing invoices and drilling into a specific invoice record.
Primary Workflow
- List invoices with
GET /organisation/{orgId}/workspace/{workspaceId}/invoice. - Fetch a single invoice with
GET /organisation/{orgId}/workspace/{workspaceId}/invoice/{invoiceId}.
Reference
Covered Operations
GET /organisation/{orgId}/workspace/{workspaceId}/invoiceGET /organisation/{orgId}/workspace/{workspaceId}/invoice/{invoiceId}

