cURL
Subscribers
Get Guardian Relation Child
List every parent (guardian) linked to a specific child subscriber.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Child Subscriber ID (
TSUID-)
What this does: Returns all guardian relations where the supplied subscriber is the child. Use this to confirm which guardians have oversight over a particular child account.
Next steps:
- Look up the inverse (a parent’s children) —
GET /v1.0/subscribers/guardians/relation/parent - 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.