Usage Statistics

Monitor your remaining quota and usage statistics with our simple Usage API endpoint.

Get usage statistics

get

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
{
  "balanceEuro": 240.97,
  "plans": [
    {
      "expiresAt": "2025-06-08T20:22:43Z",
      "requestsUsed": 1000000,
      "requestsQuota": 1000000,
      "requestsRemaining": 0,
      "product": "akamai",
      "numRequests": 1000000
    }
  ]
}

Last updated