English
cURL
curl --request GET \ --url https://app.azalt.co/api/v1/apikeys \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "createdAt": "<string>", "hashedKey": "<string>" } ]
Retrieve all API keys for your organization:
Returns API keys with metadata including ID, name, creation date, and hashed key. Actual API key values are never returned in list operations for security. Only organization owners can manage API keys.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response