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>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}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>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?