curl --request GET \
--url https://api.topsort.com/public/v1/offsite-ads/advertisers/{vendor-id} \
--header 'Authorization: Bearer <token>'{
"vendorId": "<string>",
"dspOnboardingStatus": {
"dsp": "google_ads",
"status": "not_started",
"lastUpdated": "2023-11-07T05:31:56Z"
}
}Get advertiser onboarding state for a specific DSP.
curl --request GET \
--url https://api.topsort.com/public/v1/offsite-ads/advertisers/{vendor-id} \
--header 'Authorization: Bearer <token>'{
"vendorId": "<string>",
"dspOnboardingStatus": {
"dsp": "google_ads",
"status": "not_started",
"lastUpdated": "2023-11-07T05:31:56Z"
}
}A valid API key generated in Topsort's UI.
Vendor ID associated with the advertiser.
The DSP to get the advertiser info for.
google_ads, meta Successful Response
The vendor ID that is going to be onboarded.
The onboarding status for each DSP.
Show child attributes
The Demand-Side Platform (DSP) associated with the campaign
google_ads, meta The onboarding status for each DSP.
not_started, in_progress, completed, failed When the status was last updated.
Was this page helpful?