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