curl --request PUT \
--url https://api.topsort.com/public/v1/offsite-ads/ad-network/advertisers/{vendor-id}/domain \
--header 'Content-Type: application/json' \
--data '{
"domain": "<string>"
}'
"<any>"
Upsert advertiser domain.
curl --request PUT \
--url https://api.topsort.com/public/v1/offsite-ads/ad-network/advertisers/{vendor-id}/domain \
--header 'Content-Type: application/json' \
--data '{
"domain": "<string>"
}'
"<any>"
The ID of the vendor to upsert the domain for.
Successful Response
The response is of type any
.