Get a campaign
2 min
use case for this api get information about an existing campaign in the cadent dsp api endpoint curl location 'https //api cadent app/dsp/v1/campaign/93846' \\ \ header 'x api key insert api key here' \\ \ header 'content type application/json'{ "status" { "code" 200, "message" "success", "errorarray" null, "haserror" false }, "data" { "advertiserid" 18080, "transactcurrencyid" 1, "startdate" null, "enddate" null, "frequencycappingenabled" false, "frequencytypeid" 1, "frequencytimingid" 1, "managedbyid" 1, "impressionlimit" 0, "frequencyname" "", "po" null, "aibcategoryid" null, "id" 93846, "name" "video test" } }


