API Keys
Get current API key info
Returns the status of the key itself, taken from the Authorization header: its spend limit and remaining amount, expiry, key type, cumulative/daily/weekly/monthly spend and request counts, and its rate limit. limit/limit_remaining are only non-null when this specific key has its own per-key spend limit configured; otherwise the account wallet balance is returned instead.
GET
/api/v1/keyAuthorizations
Authorizationrequiredstring · header
API key as bearer token in the Authorization header.
Response examples