cURL
curl --request GET \ --url https://api.mor.org/api/v1/auth/keys \ --header 'Authorization: <authorization>'
{ "keys": [ { "id": 123, "key_prefix": "<string>", "name": "<string>", "created_at": "<string>", "is_active": true, "is_default": true } ] }
Get all API keys for the current user
Show API Key Object