curl -X GET https://api.telegent.com/v1.0/distributor/accounts \
-H 'Authorization: Bearer YOUR_TOKEN'{
"AccountId": "AID-eab92510-1040-45a5-bb9c-0bad9272f89d",
"AccountName": "Telegent Account",
"TotalSubscribers": 16,
"BillingAddress": {
"Street1": null,
"Street2": "NULL",
"City": null,
"State": null,
"Zip": null,
"Country": null
},
"MailingAddress": {
"Street1": null,
"Street2": null,
"City": null,
"State": null,
"Zip": null,
"Country": null
}
}Retrieve a list of all accounts associated with the distributor. Returns account information including name, total subscribers, and address details.
curl -X GET https://api.telegent.com/v1.0/distributor/accounts \
-H 'Authorization: Bearer YOUR_TOKEN'{
"AccountId": "AID-eab92510-1040-45a5-bb9c-0bad9272f89d",
"AccountName": "Telegent Account",
"TotalSubscribers": 16,
"BillingAddress": {
"Street1": null,
"Street2": "NULL",
"City": null,
"State": null,
"Zip": null,
"Country": null
},
"MailingAddress": {
"Street1": null,
"Street2": null,
"City": null,
"State": null,
"Zip": null,
"Country": null
}
}Enter the token obtained from the Authentication endpoint
Accounts Retrieved
The response is of type object.