{ "opencollection": "1.0.0", "info": { "name": "Salesloft Account and Redaction People API", "version": "1.0.0" }, "items": [ { "info": { "name": "People", "type": "folder" }, "items": [ { "info": { "name": "Salesloft List People", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/people" }, "docs": "Salesloft List People" }, { "info": { "name": "Salesloft Create a Person", "type": "http" }, "http": { "method": "POST", "url": "http://{{salesloft_api_base_url}}/people", "body": { "type": "json", "data": "{}" } }, "docs": "Salesloft Create a Person" }, { "info": { "name": "Salesloft Fetch a Person", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/people/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Salesloft Fetch a Person" }, { "info": { "name": "Salesloft Update a Person", "type": "http" }, "http": { "method": "PUT", "url": "http://{{salesloft_api_base_url}}/people/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Salesloft Update a Person" }, { "info": { "name": "Salesloft Delete a Person", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/people/199954973" }, "docs": "Salesloft Delete a Person" } ] } ], "bundled": true }