Usage Statistics
Monitor your remaining quota and usage statistics with our simple Usage API endpoint.
Retrieves detailed usage statistics for all products and plans associated with the API key
Header parameters
x-api-keystringRequired
Your API key for authentication
Responses
200
OK Usage statistics successfully retrieved
application/json
401
Unauthorized - API key is missing or invalid
application/json
403
Forbidden - API key is disabled
application/json
{
"balanceEuro": 240.97,
"plans": [
{
"expiresAt": "2025-06-08T20:22:43Z",
"requestsUsed": 1000000,
"requestsQuota": 1000000,
"requestsRemaining": 0,
"product": "akamai",
"numRequests": 1000000
}
]
}
Last updated