Link a parent (guardian) subscriber to a child subscriber so the parent can supervise the child’s communications.
Prerequisites:
POST /v1.0/oauth2/tokensTSUID-) — POST /v1.0/subscribers/createPOST /v1.0/subscribers/guardian-featuresWhat this does: Creates a one-way parent-to-child link. The parent gains the ability to receive filter notifications, manage filters on behalf of the child, and use age-preset modes (CHILD, TEENAGER, ADOLESCENT) on the child’s call filters.
Next steps:
GET /v1.0/subscribers/guardians/relation/parent (lookup by parent) or GET /v1.0/subscribers/guardians/relation/child (lookup by child)POST /v1.0/subscribers/message-filter, POST /v1.0/subscribers/call-filterPOST /v1.0/subscribers/guardians/relation/deleteDocumentation 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
Subscriber ID of the parent (guardian). Format: TSUID- followed by a UUID. Both parent and child must already exist as subscribers and have AI Guardian enabled.
"TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441"
Subscriber ID of the child (the subscriber being supervised). Format: TSUID- followed by a UUID.
"TSUID-712C771C-2326-46E8-86BA-E4E58F3DABDC"
Label describing the relationship (e.g., Parent, Guardian, Caregiver). Free-form string used for display and reporting.
"Guardian"
Guardian Relation Created
The response is of type object.