{ "opencollection": "1.0.0", "info": { "name": "Freshteam Applicants Onboarding API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Onboarding", "type": "folder" }, "items": [ { "info": { "name": "Create a new hire", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.freshteam.com/api/new_hires", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new-hire record for onboarding an incoming employee." }, { "info": { "name": "Retrieve a new hire", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.freshteam.com/api/new_hires/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource identifier." } ] }, "docs": "Retrieve a new hire" } ] } ], "bundled": true }