List the authenticated user’s own API keys (paginated).
cURL
curl --request GET \ --url https://your-domain.com/api/me/api-keys
{ "items": [ { "id": "<string>", "name": "<string>", "key_prefix": "<string>", "is_active": true, "created_at": "<string>", "scopes": "<string>", "expires_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z", "total_requests": 0 } ], "total": 123, "page": 123, "size": 123, "pages": 123 }
x >= 1
1 <= x <= 100
Successful Response
Show child attributes