AlphaAlpha Docs
API ReferenceBilling usage

Get current tenant usage

Retrieve usage metrics for the authenticated tenant

GET
/billing/usage
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/billing/usage"
{
  "activeUserCount": 0,
  "enabledModules": [
    "string"
  ],
  "storageUsedBytes": 0,
  "storageUsedGb": 0.1,
  "tenantId": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}