List all API keys for the authenticated user. Plaintext keys are never included. Requires api_key:read scope.
api_key:read
cURL
curl --request GET \ --url https://api.zeroclick.quest/v1/api-keys \ --header 'x-zam-api-key: <api-key>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "keyPrefix": "<string>", "scopes": [ "<string>" ], "lastUsedAt": "2023-11-07T05:31:56Z", "expiresAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z" } ]
ZAM API key. Starts with zam_.
zam_
Array of API keys (without plaintext values)
First 8 characters after zam_ for identification