Skip to main content
GET
/
v1.0
/
subscribers
/
guardians
/
relation
/
parent
cURL
curl -X GET 'https://api.telegent.com/v1.0/subscribers/guardians/relation/parent?ParentSubscriberId=TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "ParentSubscriberId": "TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
  "Children": [
    {
      "ParentSubscriberId": "TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
      "ChildSubscriberId": "TSUID-712C771C-2326-46E8-86BA-E4E58F3DABDC",
      "Relation": "Parent"
    }
  ]
}

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.

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Query Parameters

ParentSubscriberId
string
required

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.

Response

200 - application/json

Guardian Relations Retrieved

The response is of type object.