Add-ons
List Available Add-ons
Get add-ons the tenant can purchase for their current plan and currency.
GET
Returns add-ons that are assigned to the tenant’s active plan, priced in their subscription currency, and have a corresponding credit pool on the plan. Also includes the tenant’s current balance for each pool.
Returns an empty array
[] if the tenant has no active subscription.
Path Parameters
The external tenant ID from your application
Query Parameters
Your public key (
pk_live_...). Alternative to the Authorization bearer header.Authentication
Requires a public key (?publicKey=pk_live_...) or secret key (Authorization: Bearer sk_live_...).