---
title: "Get usage statistics"
method: GET
path: "/usage"
---

# Get usage statistics

`GET /usage`

Retrieves detailed usage statistics for all products and plans associated with the API key

## Headers

- `x-api-key` string, required

## Response `200`

OK Usage statistics successfully retrieved

- object
  - `balanceEuro` number, float — Current balance in Euros
  - `plans` object[] — List of plans with their usage statistics
    - `expiresAt` string, date-time — ISO 8601 date when this plan expires
    - `requestsUsed` integer — Number of requests used from this plan
    - `requestsQuota` integer — Total number of requests allocated to this plan
    - `requestsRemaining` integer — Number of requests remaining (quota - used)
    - `product` string — Name of the product (e.g., "akamai", "datadome", "incapsula")
    - `numRequests` integer — Total number of requests for this plan

## Other responses

- `401` — Unauthorized - API key is missing or invalid
- `403` — Forbidden - API key is disabled

---

[API](https://skmtc.net/hypersolutions/apis/akm-sensor-data-and-pixel-payload-api.md) · [All operations](https://skmtc.net/hypersolutions/apis/akm-sensor-data-and-pixel-payload-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hypersolutions/akm-sensor-data-and-pixel-payload-api/versions/a4f8dd4657f6/schema)
