{ "opencollection": "1.0.0", "info": { "name": "Greenhouse Harvest Applications Jobs API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List jobs", "type": "http" }, "http": { "method": "GET", "url": "https://harvest.greenhouse.io/v1/jobs", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List jobs" }, { "info": { "name": "Retrieve job", "type": "http" }, "http": { "method": "GET", "url": "https://harvest.greenhouse.io/v1/jobs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve job" }, { "info": { "name": "Update job", "type": "http" }, "http": { "method": "PATCH", "url": "https://harvest.greenhouse.io/v1/jobs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update job" }, { "info": { "name": "Retrieve job", "type": "http" }, "http": { "method": "GET", "url": "https://harvest.greenhouse.io/v1/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Retrieve job" }, { "info": { "name": "Submit application", "type": "http" }, "http": { "method": "POST", "url": "https://harvest.greenhouse.io/v1/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Submit a job application using multipart form-data or JSON." } ] } ], "bundled": true }