Built for Developers
Integrate identity verification in minutes with our simple APIs, comprehensive SDKs, and detailed documentation.
Quick Start
Create an Account
Sign up and create your first platform to get your API credentials.
Install SDK
Choose your preferred language and install our SDK with npm, pip, or gem.
Start Verifying
Test in sandbox mode for free, then go live with production credentials.

Seamless Integration
Integrate Unboarder into your application in minutes with our intuitive APIs and comprehensive SDKs.
- ✓Drop-in OAuth 2.0 integration
- ✓Pre-built UI components
- ✓Webhook support for real-time events
- ✓Comprehensive error handling
Simple Integration
Get started with just a few lines of code
import { Unboarder } from '@unboarder/sdk';
const unboarder = new Unboarder({
clientId: 'your_client_id',
clientSecret: 'your_client_secret',
environment: 'sandbox' // or 'production'
});
// Initiate OAuth flow
unboarder.authorize({
scope: ['email', 'phone', 'identity'],
redirectUri: 'https://yourapp.com/callback'
});
// Handle callback and get user data
const { accessToken } = await unboarder.handleCallback(code);
const userData = await unboarder.getUserInfo(accessToken);
console.log(userData);
// {
// email: "user@example.com",
// phone: "+1234567890",
// firstName: "John",
// lastName: "Doe",
// verified: true
// }Everything You Need
RESTful APIs
Clean, well-documented REST APIs with comprehensive error handling and validation.
OAuth 2.0
Industry-standard OAuth 2.0 implementation with PKCE support for secure authentication.
Webhooks
Real-time notifications for verification events, user actions, and more.
Sandbox Mode
Free unlimited testing in sandbox environment before going to production.
SDKs
Official SDKs for JavaScript, Python, Ruby, and more coming soon.
TypeScript Support
Full TypeScript support with auto-generated types for all API responses.
Developer Resources
🚀 Quickstart Guide
Get started in minutes with our step-by-step quickstart guide.
🔌 OAuth API
Complete OAuth 2.0 API reference with authentication flows and user info endpoints.
📦 JavaScript SDK
Official JavaScript SDK for seamless OAuth integration in your web apps.
🎯 Integration Patterns
Learn integration patterns, verification flows, and best practices.
Ready to Build?
Start integrating Unboarder today with free sandbox access
