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 CodeError CodeDescription
401HTTP_401Unauthorized
404HTTP_404Not Found
403HTTP_403Forbidden
500HTTP_500Internal Server Error

Example Request

curl -X GET "https://api.allurelms.com/billing/summary" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json"