Integrations & API
Connect your entire ecosystem.
Integrate seamlessly with your HRIS, CRM, Identity Providers, and custom internal tools.
Turnkey Integrations
Pre-built connectors for the most popular enterprise platforms.
HRIS Systems
Automate user provisioning and org chart syncing.
- Workday
- BambooHR
- Rippling
- HiBob
Identity Providers
Secure access with centralized authentication.
- Okta
- Azure AD
- Google Workspace
- OneLogin
Content & LMS
Import SCORM, xAPI, and video content automatically.
- Cornerstone
- Degreed
- LinkedIn Learning
- Coursera
API-First Architecture
Build custom workflows, sync learning data to your warehouse, or embed experiences directly into your own applications.
RESTful APIs
Comprehensive endpoints covering users, courses, analytics, and tenant management.
Real-time Webhooks
Subscribe to events like course completions, user creations, and certificate issuance.
Data Pipelines
Stream raw analytics directly to Snowflake, BigQuery, or Redshift via secure pipelines.
POST /v1/users/enroll
{
"user_id": "usr_98a7b6c5",
"course_id": "crs_12x34y56",
"notify": true
}
// Response 200 OK
{
"status": "enrolled",
"assignment_id": "asm_555xxx"
}
{
"user_id": "usr_98a7b6c5",
"course_id": "crs_12x34y56",
"notify": true
}
// Response 200 OK
{
"status": "enrolled",
"assignment_id": "asm_555xxx"
}