List all API keys created by the authenticated user.
cURL
curl --request GET \ --url https://your-domain.com/api/me/api-keys \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "name": "<string>", "key_prefix": "<string>", "scopes": "<string>", "is_active": true, "expires_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z", "total_requests": 123, "created_at": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "size": 123, "pages": 123 }
API Key (fim_xxx) or JWT token
x >= 1
1 <= x <= 100
Paginated list of API keys
Show child attributes