cURL
curl --request PUT \ --url https://app.telentir.com/api/keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "server": "<string>", "key": "<string>", "iv": "<string>" } '
"<string>"
Create or upload a store key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Base64 encoded AES key (optional)
Base64 encoded IV (required if key is provided)
Key ID or published key details
Key ID