Billing API
The Billing API lets you fetch invoices and payment status for your organization. It provides a paginated list of subscription invoices with their payment details.Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.
What You Can Do
| Endpoint | Description |
|---|---|
GET /api/v2/platform/organisation/billing/ | Retrieve invoices and billing data for the organization |
Base URL
Authentication
All Billing API requests require a valid JWT token and Org-Handle in the headers:For call analytics data, use the separate Analytics endpoint.
Common Error Codes
| Status Code | Description |
|---|---|
| 200 | Success - Billing data fetched successfully |
| 400 | Bad Request - Missing required headers |
| 401 | Unauthorized - Invalid or missing token |
| 404 | Not Found - Organization not found |