Check Usage
GET/activation/overview
Shows the overview of usage used for the account the user is tied to.
Request
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
totalUsageAmount number
usageByCategory object[]
name string
usageAmount string
usagePercentage number
{
"totalUsageAmount": 1234,
"usageByCategory": [
{
"name": "Permission name",
"usageAmount": 1234,
"usagePercentage": 42
}
]
}
Loading...