curl -X GET 'https://api.telegent.com/v1.0/distributor?DistributorId=DID-1e24785ab-3f3c-7db1-89d7-956d80fdnn5' \
-H 'Authorization: Bearer YOUR_TOKEN'{
"DistributorId": "DID-eab92510-1040-45a5-bb9c-0bad9272f89d",
"DistributorName": "Telegent Account",
"AccountKey": "AGID-2054FE47-A4CF-4AB1-87B5-123F6618E6D3",
"Secret": "10400bad9272f89deab92512",
"TotalAccounts": 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 detailed information about a specific distributor including account key, secret, total accounts, and address information.
curl -X GET 'https://api.telegent.com/v1.0/distributor?DistributorId=DID-1e24785ab-3f3c-7db1-89d7-956d80fdnn5' \
-H 'Authorization: Bearer YOUR_TOKEN'{
"DistributorId": "DID-eab92510-1040-45a5-bb9c-0bad9272f89d",
"DistributorName": "Telegent Account",
"AccountKey": "AGID-2054FE47-A4CF-4AB1-87B5-123F6618E6D3",
"Secret": "10400bad9272f89deab92512",
"TotalAccounts": 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
}
}