Built for Developers

Integrate identity verification in minutes with our simple APIs, comprehensive SDKs, and detailed documentation.

Quick Start

1

Create an Account

Sign up and create your first platform to get your API credentials.

2

Install SDK

Choose your preferred language and install our SDK with npm, pip, or gem.

3

Start Verifying

Test in sandbox mode for free, then go live with production credentials.

Integration Flow

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

JavaScript
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.

Ready to Build?

Start integrating Unboarder today with free sandbox access