Dashboard
Edit Article Logout

List Campaigns


Returns an array of all campaigns.

HTTP Response Examples
200
{ "Status": true, "Message": "", "Response": { "campaigns": [ { "tenantId": 112, "ownerId": "", "campaignId": 12942, "utmCampaign": "AHP_Campaign", "name": "AHP Campaign", "description": " ", "segments": [], "allow_autopause": true, "subscriber_preferences": [], "cost": 0, "costPeriod": "None", "workflowBehavior": "All", "date_created": "2023-04-29T08:41:37.933", "date_last_updated": "2025-09-18T16:50:43.543", "notificationRecipients": [ "0" ], "isNotifyNewLead": false, "isAutoQualifyNewLead": false, "conversionGoals": { "enabled": false, "suspects": 0, "mcls": 0, "mqls": 0, "sqls": 0 }, "campaignType": "Conversion", "status": "Active" }, { "tenantId": 112, "ownerId": "", "campaignId": 24282, "utmCampaign": "AHP_Campaign_---_COPY", "name": "AHP Campaign --- COPY", "description": " ", "segments": [], "allow_autopause": true, "subscriber_preferences": [], "cost": 0, "costPeriod": "None", "workflowBehavior": "All", "date_created": "2025-09-18T16:51:00.137", "date_last_updated": "2025-09-18T16:51:54.923", "notificationRecipients": [ "0" ], "isNotifyNewLead": false, "isAutoQualifyNewLead": false, "conversionGoals": { "enabled": false, "suspects": 0, "mcls": 0, "mqls": 0, "sqls": 0 }, "campaignType": "Conversion", "status": "Active" } ] } }
HTTP Response Parameters
campaignsarray
An array of campaign objects.


How helpful was this article?

πŸ‘ or πŸ‘Ž

Related Articles