Billing Get current usage against billing quotas
GET
/billing/v1/quotas/usage

Authentication

Bearer Token (BearerAuth)

Responses

200
Quotas usage

Response Fields:

  • customerId (string)

  • services (object)

  • totalFeatures (integer)

  • fetchedAt (integer)

Example:

{
  "customerId": "string",
  "services": {},
  "totalFeatures": 0,
  "fetchedAt": 0
}