List all active API keys for the authenticated user.
cURL
curl --request GET \ --url https://api.openwhispr.com/api/v1/keys/list \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "key": "<string>", "name": "<string>", "key_prefix": "<string>", "scopes": [ "<string>" ], "last_used_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ] }
API key starting with owk_live_
List of API keys.
Show child attributes