Skip to main content

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

  1. Initialize session
  2. Launch SDK
  3. Identity capture
  4. Assessment
  5. Verification decision
  6. Skills delivery
  7. Audit logging

Environments at a glance

EnvironmentBase URLPopup SDKSkills SDK
Testinghttps://api-test.example.com/v1YesNo
Staginghttps://api-staging.example.com/v1YesYes
Productionhttps://api.example.com/v1NoYes
  1. Read Quickstart
  2. Configure Credentials & Keys
  3. Review Environments
  4. Implement Session & Client Data
  5. Add Webhooks