Usage & Status Codes
Check your remaining quota with the Usage API, and understand the HTTP status codes the Hyper Solutions API returns.
Checking your usage
Header parameters
x-api-keystringRequired
Your API key for authentication
Responses
200
OK Usage statistics successfully retrieved
application/json
balanceEuronumber · floatOptionalExample:
Current balance in Euros
240.97401
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
}
]
}Status codes
Status
Means
Fix
Last updated

