latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB

db81a447bba9

Billing

List invoices

Returns paged customer invoices for the tenant.

get/tenants/{tenant_id}/billing/invoices

Path parameters

tenant_idinteger required
Example:7261845022003200000

Tenant identifier

Response

Paged invoices

pageinteger required
total_pagesinteger required
total_resultsinteger required

Example response

{
  "items": [
    {
      "created_at": "2026-05-02T10:00:00Z",
      "currency": "USD",
      "division_id": 7261844974723780000,
      "id": 7261845776048540000,
      "number": "INV-2026-000182",
      "period_end": "2026-05-01T00:00:00Z",
      "period_start": "2026-04-01T00:00:00Z",
      "status": "approved",
      "tenant_id": 7261845022003200000,
      "total": "182.45"
    }
  ],
  "page": 1,
  "total_pages": 4,
  "total_results": 137
}