cURL
Subscribers
Get Guardian Relation Parent
List every child subscriber that a parent is currently linked to.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Parent Subscriber ID (
TSUID-)
What this does: Returns all guardian relations where the supplied subscriber is the parent. Use this to verify a relationship was set up correctly or to audit which children a guardian oversees.
Next steps:
- Look up the inverse (children’s guardians) —
GET /v1.0/subscribers/guardians/relation/child - Remove a relation —
POST /v1.0/subscribers/guardians/relation/delete - Add a new relation —
POST /v1.0/subscribers/guardians/relation
GET
cURL
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
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.
AccountId string
Response
Guardian Relations Retrieved
The response is of type object.