cURL
curl --request GET \ --url https://api.quiva.ai/accounts/api-keys \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "last_4_characters": "<string>", "created_on": "2023-11-07T05:31:56Z", "expires_on": "2023-11-07T05:31:56Z", "account": "<string>" } ] }
Retrieves the metadate for all API keys for the specified user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User email (optional, defaults to current user)
API keys retrieved successfully
Show child attributes