GET
/
public
/
v1
/
offsite-ads
/
advertisers
/
{vendor-id}
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>"
}

Path Parameters

vendor-id
string
required

Vendor ID associated with the advertiser.

Query Parameters

dsp
enum<string>
required

The DSP to get the advertiser info for.

Available options:
google_ads,
meta,
ads_movil,
dv_360

Response

200
application/json

Successful Response

The response is of type object.