{ "opencollection": "1.0.0", "info": { "name": "Salesloft Account and People Redaction External Id Mapping API", "version": "1.0.0" }, "items": [ { "info": { "name": "External Id Mapping", "type": "folder" }, "items": [ { "info": { "name": "Salesloft List Team Mappings", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/external/configurations", "params": [ { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "include_paging_counts", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" }, { "name": "sort_direction", "value": "", "type": "query" }, { "name": "external_type", "value": "", "type": "query" }, { "name": "deleted", "value": "", "type": "query" }, { "name": "external_id", "value": "", "type": "query" }, { "name": "object_type", "value": "", "type": "query" }, { "name": "object_id", "value": "", "type": "query" } ] }, "docs": "Salesloft List Team Mappings" }, { "info": { "name": "Salesloft Delete a Mapping", "type": "http" }, "http": { "method": "DELETE", "url": "http://{{salesloft_api_base_url}}/external/mappings/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Salesloft Delete a Mapping" }, { "info": { "name": "Salesloft Create a Mapping", "type": "http" }, "http": { "method": "POST", "url": "http://{{salesloft_api_base_url}}/mappings", "body": { "type": "json", "data": "{}" } }, "docs": "Salesloft Create a Mapping" } ] } ], "bundled": true }