{ "opencollection": "1.0.0", "info": { "name": "Freshteam Applicants API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applicants", "type": "folder" }, "items": [ { "info": { "name": "Create an applicant for a job posting", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.freshteam.com/api/job_postings/:id/applicants", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds an applicant (candidate) to the specified job posting." }, { "info": { "name": "List candidate sources", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshteam.com/api/candidate_sources" }, "docs": "List candidate sources" }, { "info": { "name": "Create a candidate source", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.freshteam.com/api/candidate_sources", "body": { "type": "json", "data": "{}" } }, "docs": "Create a candidate source" } ] } ], "bundled": true }