cURL
curl --request GET \ --url https://api.embedads.com/platforms/{platformID}/advertisers \ --header 'Authorization: Bearer <token>'
[ { "id": 1, "name": "Advertiser 1" }, { "id": 2, "name": "Advertiser 2" } ]
Read a list of Advertisers associated with your Reseller account. You can also view this on the Reseller dashboard’s Advertisers page in the admin portal.