cURL
curl -X GET 'https://api.telegent.com/v1.0/subscribers/get?SubscriberId=TSUID-03F91441-B652-4EBE-B310-24652F872584' \ -H 'Authorization: Bearer YOUR_TOKEN'
{ "SubscriberId": "TSUID-03F91441-B652-4EBE-B310-24652F872584", "Name": "Bennet Hill", "Email": "[email protected]", "PhoneNumbers": [ "+13854613193" ], "Role": "Subscriber", "Account": { "AccountId": "AID-eab92510-1040-45a5-bb9c-0bad9272f89d", "CompanyName": "Telegent Account" } }
Retrieve detailed information about a specific subscriber including name, email, phone numbers, role, and associated account details.
Enter the token obtained from the Authentication endpoint
Subscriber ID to retrieve details for
Subscriber Details Retrieved
The response is of type object.
object