{ "opencollection": "1.0.0", "info": { "name": "Salesloft Account and People Redaction Opportunity Stages API", "version": "1.0.0" }, "items": [ { "info": { "name": "Opportunity Stages", "type": "folder" }, "items": [ { "info": { "name": "Salesloft List Opportunity Stages", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/opportunity_stages" }, "docs": "Salesloft List Opportunity Stages" }, { "info": { "name": "Salesloft Create an Opportunity Stage", "type": "http" }, "http": { "method": "POST", "url": "http://{{salesloft_api_base_url}}/opportunity_stages", "body": { "type": "multipart-form", "data": [ { "name": "name", "type": "text", "value": "" }, { "name": "order", "type": "text", "value": "" } ] } }, "docs": "Salesloft Create an Opportunity Stage" }, { "info": { "name": "Salesloft Fetch an Opportunity Stage", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/opportunity_stages/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Salesloft Fetch an Opportunity Stage" }, { "info": { "name": "Salesloft Update an Opportunity Stage", "type": "http" }, "http": { "method": "PUT", "url": "http://{{salesloft_api_base_url}}/opportunity_stages/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "name", "type": "text", "value": "" }, { "name": "order", "type": "text", "value": "" } ] } }, "docs": "Salesloft Update an Opportunity Stage" }, { "info": { "name": "Salesloft Delete an Opportunity Stage", "type": "http" }, "http": { "method": "DELETE", "url": "http://{{salesloft_api_base_url}}/opportunity_stages/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Salesloft Delete an Opportunity Stage" } ] } ], "bundled": true }