{ "opencollection": "1.0.0", "info": { "name": "Nutshell Competitors API", "version": "2.0.0" }, "items": [ { "info": { "name": "Competitors", "type": "folder" }, "items": [ { "info": { "name": "Get a competitor", "type": "http" }, "http": { "method": "GET", "url": "https://app.nutshell.com/rest/competitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the competitor" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a competitor" }, { "info": { "name": "Get a list of competitors", "type": "http" }, "http": { "method": "GET", "url": "https://app.nutshell.com/rest/competitors", "params": [ { "name": "q", "value": "", "type": "query", "description": "String to search for in competitor name" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a list of competitors" }, { "info": { "name": "Get a lead-competitor relationship", "type": "http" }, "http": { "method": "GET", "url": "https://app.nutshell.com/rest/competitormaps/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the lead-competitor relationship" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a lead-competitor relationship" }, { "info": { "name": "Update a lead-competitor relationship", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.nutshell.com/rest/competitormaps/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the lead-competitor relationship" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a lead-competitor relationship" }, { "info": { "name": "Delete a lead-competitor relationship", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.nutshell.com/rest/competitormaps/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the lead-competitor relationship" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a lead-competitor relationship" }, { "info": { "name": "Get a list of lead-competitor relationships", "type": "http" }, "http": { "method": "GET", "url": "https://app.nutshell.com/rest/competitormaps", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a list of lead-competitor relationships" } ] } ], "bundled": true }