curl --request GET \
--url https://api.topsort.com/public/v1/offsite-ads/jobs/{job-id}
{
"dsp": "google_ads",
"jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"requestType": "advertiser_creation",
"result": "<string>",
"status": "not_started"
}
Get job status.
curl --request GET \
--url https://api.topsort.com/public/v1/offsite-ads/jobs/{job-id}
{
"dsp": "google_ads",
"jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"requestType": "advertiser_creation",
"result": "<string>",
"status": "not_started"
}
The ID of the job to retrieve the status for.
The ID of the vendor to retrieve the job status for.
Successful Response
The response is of type object
.