cURL
curl --request POST \ --url https://api.embedads.com/advertisers/{advertiserID} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "website_url": "<string>" } '
{ "id": "123", "platform_id": "456", "created_at": "2024-12-02T22:23:26.60633+00:00", "name": "Advertiser 1", "website_url": "https://example.com", "frozen": false, "hidden": false }
Update an Advertiser’s information. You can also do this manually on the Reseller dashboard’s Advertisers page in the admin portal.