API ReferenceBilling admin
Get billing overview
Get a summary of all active tenants with their billing plans and estimated costs
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/admin/overview"[
{
"active": true,
"activeUserCount": 0,
"enabledModuleCount": 0,
"estimatedMonthlyCost": 0.1,
"includedModuleCount": 0,
"includedStorageGb": 0.1,
"includedUsers": 0,
"lastBilledDate": "2019-08-24",
"planName": "string",
"storageUsedGb": 0.1,
"tenantId": "string",
"tenantName": "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"
}