Get a list of all API keys under your account.
x-api-key header.To access the API, provide your API key in x-api-key.
API keys list returned
Response containing the list of API keys for the authenticated account.
Your account API keys
[
{
"api_key": "ad18e456-0dd7-45e1-b094-43a0361aedfa",
"active": true,
"notes": "team-a",
"master": false,
"per_interval": 30,
"interval_seconds": 60
}
]