Environments
VerifyHQ uses environment-scoped API keys. The current public verification gateway uses one base URL.
Base URLs
| Parameter | Type | Description |
|---|---|---|
Production | URL | https://api.verifyhq.wejoona.com |
Sandbox keys | URL | Use https://api.verifyhq.wejoona.com with a vhq_test_ tenant key when sandbox behavior is enabled. |
Sandbox Environment
Sandbox is key-scoped, not a separate public hostname in the current API contract.
Sandbox keys start with
vhq_test_. They will not work in production and vice versa.Test Data
Seed deterministic test users in the API service before advertising fixed sandbox outcomes.
| Parameter | Type | Description |
|---|---|---|
user_pass_001 | userId | Reserved example user ID for local test fixtures |
user_fail_001 | userId | Reserved example user ID for local test fixtures |
user_review_001 | userId | Reserved example user ID for local test fixtures |
user_slow_001 | userId | Reserved example user ID for local test fixtures |
Production Environment
Production processes real verifications against live data sources. Ensure you have completed onboarding and compliance checks before going live.
Production API calls may be billed once commercial plans are active. Monitor usage via the dashboard.
Key Differences
| Parameter | Type | Description |
|---|---|---|
Rate Limits | difference | Rate limits are enforced by the API service and may vary by key. |
Data Retention | difference | Retention follows the active tenant and compliance policy. |
Webhooks | difference | Webhook delivery uses the configured callback URL and signing secret. |
Billing | difference | Sandbox is free. Production is billed per verification. |