{ "opencollection": "1.0.0", "info": { "name": "Greenhouse Harvest Applications Sections API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Sections", "type": "folder" }, "items": [ { "info": { "name": "List prospect sections", "type": "http" }, "http": { "method": "GET", "url": "https://harvest.greenhouse.io/v1/sections" }, "docs": "List prospect sections" }, { "info": { "name": "Retrieve prospect section", "type": "http" }, "http": { "method": "GET", "url": "https://harvest.greenhouse.io/v1/sections/:section_id", "params": [ { "name": "section_id", "value": "", "type": "path" } ] }, "docs": "Retrieve prospect section" } ] } ], "bundled": true }