PUT
/
public
/
v1
/
offsite-ads
/
beeswax
/
advertisers
/
{vendor-id}
/
domain
curl --request PUT \
  --url https://api.topsort.com/public/v1/offsite-ads/beeswax/advertisers/{vendor-id}/domain \
  --header 'Content-Type: application/json' \
  --data '{
  "domain": "<string>"
}'
"<any>"

Path Parameters

vendor-id
string
required

The ID of the vendor to upsert the domain for.

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.