Skip to main content
GET
/
v1.0
/
distributor
/
accounts
cURL
curl -X GET https://api.telegent.com/v1.0/distributor/accounts \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "AccountId": "AID-ab12345-2725-45a1-bd5e-526ed19799xx",
  "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
  }
}

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

Response

200 - application/json

Accounts Retrieved

The response is of type object.