Environments
We expose two environments: Sandbox and Production.
Please do all development work and testing against our Sandbox environment, which returns mock data. You can use our Production environment when you're ready to go live.
Sandbox
Domain | sandbox-verifiedinc.com |
---|---|
Base URL | https://core-api.sandbox-verifiedinc.com/v2 |
The Sandbox domain is sandbox-verifiedinc.com
but the Production domain is verified.inc
.
Mock Data
In Sandbox, we return mock user data regardless of what phone (or email) identifier you use.
- We recommend that you use own phone number, so you can succesfully send and receive SMS during the development process. You'll see in the Integration Guide that sending SMS is a necessary part of integration.
- You can also use our test user's phone number. This test user has a static verification code, which can sometimes make testing easier.
- You should use a value of
"1989-08-01"
for birth date in either case. We don't require a birth date in Sandbox (we always return mock user data based on just a phone number), but if you want to use a birth date for testing in Sandbox, you'll need to use that specific value to pass validation.
If you'd like us to return custom mock data for your phone number(s), please email us at Support@Verified.inc — we're happy to enable that for you.
For easy testing and troubleshooting, utilize the available test users provided in the system. This allows you to simulate various scenarios with our Mock Data. For more information, see the Test Users Page.
Production
Domain | verified.inc |
---|---|
Base URL | https://core-api.verified.inc/v2 |
The Sandbox domain is sandbox-verifiedinc.com
but the Production domain is verified.inc
.