Skip to main content
GET
/
api
/
objects
/
{id}
Fetch an encrypted object
curl --request GET \
  --url https://app.telentir.com/api/objects/{id} \
  --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

Encrypted object

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>