Authorizations
A valid API key generated in Topsort's UI.
Body
application/json
Response
Successful Response
The unique identifier for the queued job.
curl --request POST \
  --url https://api.topsort.com/public/v1/offsite-ads/advertisers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "vendorId": "<string>",
  "dsp": "google_ads"
}'{
  "jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Create a new advertiser.
curl --request POST \
  --url https://api.topsort.com/public/v1/offsite-ads/advertisers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "vendorId": "<string>",
  "dsp": "google_ads"
}'{
  "jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}A valid API key generated in Topsort's UI.
Successful Response
The unique identifier for the queued job.
Was this page helpful?