GET /billing/summary
GET /billing/summary
Endpoint
GET /billing/summary
Authentication
This endpoint requires authentication. Include your authentication token in the request headers.
Error Responses
| Status Code | Error Code | Description |
|---|---|---|
| 401 | HTTP_401 | Unauthorized |
| 404 | HTTP_404 | Not Found |
| 403 | HTTP_403 | Forbidden |
| 500 | HTTP_500 | Internal Server Error |
Example Request
curl -X GET "https://api.allurelms.com/billing/summary" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"