Enable or disable AI Guardian on a subscriber. This is the first step for every Guardian workflow — filters, keyword rules, and parent/child relationships will not function until Guardian is enabled here.
Prerequisites:
POST /v1.0/oauth2/tokensTSUID-) — POST /v1.0/subscribers/createWhat this does: Turns AI Guardian on or off for the subscriber’s calls and messages independently. Set EnableIntelligentGuardianCalls and EnableIntelligentGuardianMessages to true to enable monitoring; set both to false to fully disable Guardian.
Next steps:
GET /v1.0/subscribers/guardian-featuresPOST /v1.0/subscribers/guardians/relationPOST /v1.0/subscribers/message-filterPOST /v1.0/subscribers/call-filterDocumentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Enter the token obtained from the Authentication endpoint
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.
"TSUID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d"
If true, AI Guardian monitors and filters this subscriber's voice calls. Must be true before any call filter will take effect.
true
If true, AI Guardian monitors and filters this subscriber's messages. Must be true before any message filter will take effect.
true
Guardian Features Saved
The response is of type object.