{ "opencollection": "1.0.0", "info": { "name": "PeopleForce Candidates Vacancies API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Vacancies", "type": "folder" }, "items": [ { "info": { "name": "List vacancies", "type": "http" }, "http": { "method": "GET", "url": "https://app.peopleforce.io/api/public/v2/vacancies" }, "docs": "List vacancies" }, { "info": { "name": "Get a vacancy", "type": "http" }, "http": { "method": "GET", "url": "https://app.peopleforce.io/api/public/v2/vacancies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a vacancy" } ] } ], "bundled": true }