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
}Retrieve the current AI Guardian feature settings for a subscriber.
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
}