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

Authentication

Bearer Token (BearerAuth)

Responses

200
Limits usage

Response Fields:

  • identifier (string)

  • identifierType (string)

  • services (object)

  • totalFeatures (integer)

  • fetchedAt (integer)

Example:

{
  "identifier": "string",
  "identifierType": "string",
  "services": {},
  "totalFeatures": 0,
  "fetchedAt": 0
}