Record Skills Verification API
Use this documentation to integrate the verification and skills flow across Testing, Staging, and Production environments.What you’ll set up
Credentials & Vault
Configure API keys, secret keys, base URLs, callback URLs, and webhook secrets.
SDK Setup
Use the Popup SDK for testing and staging. Use the Skills Frontends SDK for staging and production.
Client Data
Pass client identity fields during session initialization, including name, email, and fallback phone number.
Webhooks
Receive verification results, assessment updates, skills metadata, and audit logs.
High-level flow
- Initialize session
- Launch SDK
- Identity capture
- Assessment
- Verification decision
- Skills delivery
- Audit logging
Environments at a glance
| Environment | Base URL | Popup SDK | Skills SDK |
|---|---|---|---|
| Testing | https://api-test.example.com/v1 | Yes | No |
| Staging | https://api-staging.example.com/v1 | Yes | Yes |
| Production | https://api.example.com/v1 | No | Yes |
Recommended start order
- Read Quickstart
- Configure Credentials & Keys
- Review Environments
- Implement Session & Client Data
- Add Webhooks

