Skip to main content
The Test environment is your sandbox. It mirrors Production exactly — same endpoints, same validation logic, same edge case enforcement. No real emails are sent; endorsement flows simulate delivery and approval automatically using test fixtures.

Quick start checklist

1

Get your Test API key

Retrieve your Test API key from the dashboard.
2

Initialize with test mode

Set mode: 'test' when initializing the SDK.
3

Use the Test vault link

Point your app to vault-test.yourplatform.io.
4

Register a webhook

Point it to your local or staging server endpoint.
5

Create a verification

Confirm the webhook fires correctly.
6

Swap to Production keys

No other code changes needed — you’re live.

Test user IDs & verification IDs

User IDs and verification IDs created in the Test environment carry a _test_ infix (e.g. usr_test_xxxxx, ver_test_xxxxx). These are fully isolated and never migrate to Production.