cURL
curl --request GET \ --url https://api.example.com/apikeys
[ { "id": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ]
Retrieves a list of all API keys for the authenticated user.
Successful Response