Skip to main content
POST
/
v1.0
/
subscribers
/
guardians
/
relation
json
{
  "ParentSubscriberId": "TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
  "ChildSubscriberId": "TSUID-712C771C-2326-46E8-86BA-E4E58F3DABDC",
  "Relation": "Guardian"
}
{
  "ParentSubscriberId": "TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
  "ChildSubscriberId": "TSUID-712C771C-2326-46E8-86BA-E4E58F3DABDC",
  "Relation": "Parent"
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
ParentSubscriberId
string
required

Parent/Guardian Subscriber ID

Example:

"TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441"

ChildSubscriberId
string
required

Child Subscriber ID

Example:

"TSUID-712C771C-2326-46E8-86BA-E4E58F3DABDC"

Relation
string
required

Type of relationship

Example:

"Guardian"

Response

200 - application/json

Guardian Relation Created

The response is of type object.