cURL
curl --request PUT \ --url https://app.telentir.com/api/objects \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "keyId": "<string>", "content": "<string>", "authTag": "<string>", "relatedId": "<string>" } '
{ "keyId": "<string>", "content": "<string>", "authTag": "<string>", "relatedId": "<string>", "id": "<string>", "metadata": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Create an encrypted object
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Base64 ciphertext
Base64 auth tag
Persisted object