cURL
curl --request GET \ --url https://app.telentir.com/api/objects/{id}/related \ --header 'Authorization: Bearer <token>'
[ { "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" } ]
List related encrypted objects
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Array of encrypted objects
Base64 ciphertext
Base64 auth tag