Billing
Billing endpoints are read-only and organization scoped.Authentication & scope
- Header:
X-API-Key: YOUR_API_KEY - Required scope:
billing:read - Use API Reference for interactive Try-it support.
GET /v1/billing/history
Returns paginated billing history.
Bash
Node
Python
200 OK
Common status codes
200success400invalid pagination/query403missingbilling:read500server error
Other billing endpoints
All endpoints below support the same auth header and scope.GET /v1/billing/transactionsGET /v1/billing/planGET /v1/billing/currencies
Bash
Node
Python
200, 403, 500.