Get API keys
Account
API Keys - List
Get a list of all API keys under your account.
GET
Get API keys
Requires your master API key in the
x-api-key header.What this endpoint does
Returns all API keys on your account — including the master key and all sub-keys — with their current status, notes, and rate-limit settings. Use this to audit which keys are active, check their rate limits, or find the UUID of a key you want to modify.Authorizations
To access the API, provide your API key in x-api-key.
Response
API keys list returned
Response containing the list of API keys for the authenticated account.
Your account API keys
Example:
[
{
"api_key": "ad18e456-0dd7-45e1-b094-43a0361aedfa",
"active": true,
"notes": "team-a",
"master": false,
"per_interval": 30,
"interval_seconds": 60
}
]