Getting Started
The Developer Portal is where you register apps, manage credentials, and monitor usage. Sign in with your email to get started.
Developer Portal
Register your app, get credentials, and manage your integration.
How the portal is organized
The portal follows a hierarchy:
Organization → Project → Environment → Application
- Organization — your team or company. Invite members with different roles (Owner, Admin, Developer).
- Project — a product or service you're building. Each org can have multiple projects.
- Environment — sandbox, staging, or production. Separate credentials per environment so you can test safely.
- Application — an OAuth app within an environment. This is where you get your
client_idandclient_secret.
Creating your first app
- Create an organization (or join an existing one via invite)
- Create a project for your product
- Add an environment (start with sandbox for testing)
- Create an application — you'll receive your
client_idandclient_secret - Add your redirect URIs under the app settings
Your client_secret is only shown once at creation — copy it immediately.
Usage analytics
Each application has a usage overview showing total events, new users, and re-verifications over the last 30 days.
With your credentials ready, follow the OAuth2 Integration guide to start verifying users.