cURL
curl --request GET \ --url https://api.embedads.com/advertisers/{advertiserID} \ --header 'Authorization: Bearer <token>'
{ "id": "123", "platform_id": "456", "created_at": "2020-01-01T00:00:00Z", "name": "Advertiser 1", "website_url": "https://example.com", "frozen": false, "hidden": false }
Read information about an Advertiser. You can also view this on your Reseller dashboard’s Advertisers page in the admin portal.