Skip to Content
Introduction

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

SectionDescription
Create Onboarding JobClient-facing API to create a job and receive the onboarding link synchronously
Open in IframeFull guide to authenticate and embed the dashboard in your app with <iframe>

Quick start — Onboarding Jobs

  1. Create production API keys in the OnBo dashboard  under Journey Settings → Credentials.
  2. From your backend, call POST https://portal.idmission.com/api/create-onboarding-link (see Create Onboarding Job API).
  3. Send the returned onboardingLink to the candidate or redirect them to it.

Quick start — Open in Iframe (Dashboard)

  1. From your backend, call the Mint API with the user’s credentials (see Open in Iframe).
  2. Build the SSO URL with the returned token.
  3. Load that URL in an <iframe> on your page.
Last updated on