Account Billing
Returns billing information for the authenticated account. Use the expand
parameter to include additional details.
Expandable Fields:
credits— Current credit balance and currency
Common Use Cases:
- Monitor available credit balance programmatically
- Display balance in custom dashboards
GET
Account Billing
Authorizations
Admin API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_ADMIN_API_KEY
Query Parameters
Data to include in the response. Use 'credits' to include current credit balance.
Example:
"credits"
Account Billing