{ "opencollection": "1.0.0", "info": { "name": "Keap REST Campaigns Tasks 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": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "List tasks", "type": "http" }, "http": { "method": "GET", "url": "https://api.infusionsoft.com/crm/rest/v2/tasks", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List tasks" }, { "info": { "name": "Create a task", "type": "http" }, "http": { "method": "POST", "url": "https://api.infusionsoft.com/crm/rest/v2/tasks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a task" }, { "info": { "name": "Get a task", "type": "http" }, "http": { "method": "GET", "url": "https://api.infusionsoft.com/crm/rest/v2/tasks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a task" } ] } ], "bundled": true }