{ "opencollection": "1.0.0", "info": { "name": "WorkMotion Partner Absences Onboarding API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Onboarding", "type": "folder" }, "items": [ { "info": { "name": "Start an onboarding", "type": "http" }, "http": { "method": "POST", "url": "https://api.workmotion.com/v1/onboardings", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates an accelerated onboarding for a new hire in a given country." }, { "info": { "name": "Retrieve onboarding status", "type": "http" }, "http": { "method": "GET", "url": "https://api.workmotion.com/v1/onboardings/:onboardingId", "params": [ { "name": "onboardingId", "value": "", "type": "path" } ] }, "docs": "Retrieve onboarding status" } ] } ], "bundled": true }