cURL
curl --request GET \ --url https://app.telentir.com/api/keys/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "server": "<string>", "key": "<string>", "iv": "<string>", "deprecated": true }
Retrieve key material
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Stored key information
Hex encoded AES key
Hex encoded IV