v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBBilling Packages API
Get all billing packages
get/v1/organizations/{organization_id}/billing-packages
Path parameters
organization_idstring uuid required
The unique identifier of the Organization associated with the Ledger.
Query parameters
ledgerIdstring
Filter by ledger ID (UUID) — omit to list all packages for the organization
Filter by ledger ID (UUID) — omit to list all packages for the organization
typestring
Filter by billing package type (volume, maintenance)
Filter by billing package type (volume, maintenance)
limitstring
Number of items per page (default 10)
Number of items per page (default 10)
pagestring
Page number (default 1)
Page number (default 1)
Headers
X-Request-Idstring uuid
A unique identifier used to trace and track each request.
Authorizationstring
Bearer JWT token for authentication. Required when PLUGIN_AUTH_ENABLED=true (enforced in multi-tenant deployments). Optional in default OSS single-tenant mode. Format: Bearer <token>
Response
OK
Example response
{
"limit": 10,
"page": 1,
"total": 10
}