Add-ons
List Active Add-ons
Get a tenant’s currently active add-on credit balances.
GET
Returns add-on credit ledger entries that still have credits remaining (not exhausted, not expired), grouped by pool key.
Returns an empty array
[] if the tenant has no active subscription or no purchased add-ons.
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_...).