{ "opencollection": "1.0.0", "info": { "name": "Keap REST Campaigns API", "version": "2.70.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.infusionsoft.com/app/oauth/authorize", "accessTokenUrl": "https://api.infusionsoft.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "List campaigns", "type": "http" }, "http": { "method": "GET", "url": "https://api.infusionsoft.com/crm/rest/v2/campaigns", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List campaigns" }, { "info": { "name": "Get a campaign", "type": "http" }, "http": { "method": "GET", "url": "https://api.infusionsoft.com/crm/rest/v2/campaigns/:campaign_id", "params": [ { "name": "campaign_id", "value": "", "type": "path" } ] }, "docs": "Get a campaign" } ] } ], "bundled": true }