Developer Documentation
Endpoint Examples
Campaigns
2 min
use the audiences api endpoints to get campaign data from aiq get all campaigns returns all campaigns within your account you will need to add ?full=true at the end of the url to get all of the stats as well, not just the list of campaigns { "headers" \[], "jsonfilelocation" "https //lab alpineiq com/api/v1/swagger?filter=/api/v2/campaigns get" } get detailed campaign stats per campaign id gets specific data from the campaign of your choosing { "headers" \[], "jsonfilelocation" "https //lab alpineiq com/api/v1/swagger?filter=/api/v2/campaign/stats/\ campaignid get" }