cURL
curl --request GET \ --url https://app.telentir.com/api/api-keys \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "key": "<string>", "last_used_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ]
List API keys
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Keys owned by the current user
Plaintext is only returned immediately after creation