OnBo Platform Documentation
Welcome to the OnBo platform integration docs. These guides describe how partner systems create onboarding jobs and embed the OnBo dashboard in their applications.
What is documented here
| Section | Description |
|---|---|
| Create Onboarding Job | Client-facing API to create a job and receive the onboarding link synchronously |
| Open in Iframe | Full guide to authenticate and embed the dashboard in your app with <iframe> |
Quick start — Onboarding Jobs
- Create production API keys in the OnBo dashboard under Journey Settings → Credentials.
- From your backend, call
POST https://portal.idmission.com/api/create-onboarding-link(see Create Onboarding Job API). - Send the returned
onboardingLinkto the candidate or redirect them to it.
Quick start — Open in Iframe (Dashboard)
- From your backend, call the Mint API with the user’s credentials (see Open in Iframe).
- Build the SSO URL with the returned token.
- Load that URL in an
<iframe>on your page.
Last updated on