curl --request GET \
--url https://api.topsort.com/public/v1/offsite-ads/advertisers/{vendor-id}
{
"dspOnboardingStatus": {
"dsp": "google_ads",
"lastUpdated": "2023-11-07T05:31:56Z",
"status": "not_started"
},
"vendorId": "<string>"
}
Get advertiser onboarding state for a specific DSP.
curl --request GET \
--url https://api.topsort.com/public/v1/offsite-ads/advertisers/{vendor-id}
{
"dspOnboardingStatus": {
"dsp": "google_ads",
"lastUpdated": "2023-11-07T05:31:56Z",
"status": "not_started"
},
"vendorId": "<string>"
}
Vendor ID associated with the advertiser.
The DSP to get the advertiser info for.
google_ads
, meta
Successful Response
The response is of type object
.