Authorizations
A valid API key generated in Topsort's UI.
Path Parameters
The ID of the vendor to upsert the domain for.
Body
application/json
The domain to upsert.
Response
Successful Response
The response is of type any.
curl --request PUT \
--url https://api.topsort.com/public/v1/offsite-ads/ad-network/advertisers/{vendor-id}/domain \
--header 'Authorization: Bearer <token>' \
--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 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"domain": "<string>"
}'"<any>"A valid API key generated in Topsort's UI.
The ID of the vendor to upsert the domain for.
The domain to upsert.
Successful Response
The response is of type any.
Was this page helpful?