Skip to main content
GET
/
v1.0
/
subscribers
/
guardian-features
cURL
curl -X GET 'https://api.telegent.com/v1.0/subscribers/guardian-features?SubscriberId=TSUID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "SubscriberId": "TSUID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d",
  "EnableIntelligentGuardianCalls": true,
  "EnableIntelligentGuardianMessages": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

SubscriberId
string
required

Telegent Subscriber ID. Format: TSUID- followed by a UUID. Create one via POST /v1.0/subscribers/create or look up existing IDs with GET /v1.0/subscribers/get.

AccountId
string

AccountId string

Response

Guardian Features Retrieved

The response is of type object.