Get the public billing catalog
GET
/v1/billing/catalogReturns the versioned organization plans, service entitlements, and metered usage prices.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
None.
Query parameters
None.
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Active public billing catalogapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| version | string | Yes | — |
| status | active | No | Current lifecycle status. |
| currency | USD | Yes | — |
| effectiveFrom | string | No | — |
| moneyPrecision | micro_usd | No | — |
| billingAccountScope | organization | Yes | — |
| plans | object[] | Yes | — |
| plans[].id | sandbox | builder | team | business | enterprise | Yes | Unique identifier. |
| plans[].name | string | Yes | Human-readable name. |
| plans[].audience | string | No | — |
| plans[].description | string | No | Human-readable description. |
| plans[].price | object | Yes | — |
| plans[].includedUsageUsd | number | Yes | — |
| plans[].includedUsageCadence | one_time | monthly | commitment | No | — |
| plans[].includedBuilderSeats | integer | No | — |
| plans[].includedOperatorSeats | integer | No | — |
| plans[].defaultMonthlyOverageLimitUsd | number | No | — |
| plans[].selfServe | boolean | No | — |
| plans[].features | string[] | No | — |
| plans[].entitlements | object | Yes | — |
| topUps | object[] | Yes | — |
| topUps[].id | string | Yes | Unique identifier. |
| topUps[].name | string | Yes | Human-readable name. |
| topUps[].priceUsd | number | Yes | — |
| topUps[].creditsUsd | number | Yes | — |
| topUps[].description | string | Yes | Human-readable description. |
| meters | object[] | Yes | — |