AlphaAlpha Docs
API ReferenceBilling usage

Get current tenant storage breakdown

Per-category storage usage (documents, products, projects, finance, etc.) for the authenticated tenant

GET
/billing/usage/storage-breakdown
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/storage-breakdown"
{
  "categories": [
    {
      "bytes": 0,
      "category": "string",
      "gb": 0.1,
      "label": "string"
    }
  ],
  "tenantId": "string",
  "totalBytes": 0,
  "totalGb": 0.1
}
{
  "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"
}