Verification workspace
Provision API keys
dev@i-am-human.local
First-time setup
Create your IAH API keys.
Provision one app credential, then wire the hosted redirect flow into your web app. Keep the API key on your server unless a helper explicitly documents browser-safe usage.
Implementation path
- Redirect users to
/verify/startwith your app id and return URL. - Handle
verification_idin your callback route. - Check verification server-side with
@iah/core. - Listen for webhooks to keep user state synced.
Users
Recent verified users
app_subject_8K2verifiedhosted redirect
app_subject_3PWneeds proofcallback pending
Log
Privacy-safe events
verification.completed
ver_demo_123
verified · no raw Cubid user ID exposed
webhook.delivered
wh_evt_456
200 OK · retry not needed
Settings
Verification defaults
Default mode is hosted redirect with webhook delivery. App-level API keys and callback URLs live here; advanced policy, OIDC, passkeys, custody, and multi-page disclosure operations stay in Cubid Admin.
Advanced Cubid paths