API Key Usage
Technical Endpoints
API Key Usage
Returns usage statistics for the current API key: total allocated requests, remaining balance, and the expiration date of the current request quota. No parameters required; the key is read from the ApiKey header.
GET
API Key Usage
Authorizations
Response
OK
Number of requests allocated for the current period.
Example:
100
Number of requests remaining.
Example:
100
Total requests used across all periods.
Example:
1000
Expiration date of the current request balance in ISO 8601 format.
Example:
"2021-01-01T00:00:00Z"