Skip to main content
GET
/
api
/
objects
/
{id}
/
related
List related encrypted objects
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"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Array of encrypted objects

keyId
string
required
content
string
required

Base64 ciphertext

authTag
string
required

Base64 auth tag

id
string
metadata
object
created_at
string<date-time>
updated_at
string<date-time>