Get Started with VOVE ID in Just 15 Minutes: A Quick Guide
Welcome to the fast track to integrating VOVE ID into your application! In just 15 minutes, you'll be on your way to implementing a robust user verification system. Here’s how you can get started:
1. Join VOVE ID
Begin your journey by connecting with our team. Visit VOVE ID Contact and fill out the form to get started. One of our team members will reach out to assist you with setting up an account, ensuring you have everything you need to proceed smoothly.
2. Set Up Your Account
Once you have an account, it’s time to configure it. Setting up your credentials is a crucial step to access our services securely. Visit our setup guide to learn how to get your API keys and manage your account settings, paving the way for a seamless integration process.
3. Understand Our Integration Process
Familiarize yourself with VOVE ID’s integration process to ensure a smooth implementation:
- Start with our Quick Start Guide to get an overview of how our system works and what you need to do to integrate it effectively.
- Dive into our Authorization API documentation to understand how to authenticate and secure your communication with VOVE ID.
4. Initiate a Verification Session
Now, let’s dive into the core functionality of VOVE ID – starting a verification session:
-
Creating a Verification Session in VOVE ID: This is initiated by your backend through the
POST /sessions
endpoint. It’s essential for setting up the user verification flow and involves either creating or updating the user’s information in the VOVE ID database.Here’s how you can make the call to create a session access token:
POST /sessions
Content-Type: application/json
x-api-key: YOUR_API_KEY
{
"refId": "3eb8c91c-c866-4fcb-9805-67e8b45c7883",
"user": {
"firstName": "Travis",
"lastName": "Greenholt",
"gender": "male",
"dateOfBirth": "01-10-2000"
}
}
Handling the Access Token:
The returned access_token
is used in the frontend SDK to initiate the verification flow. It should be securely passed to the frontend and is valid for 30 minutes.
5. Integrate with SDKs
After creating a verification session, integrate the VOVE ID SDK into your application to complete the user verification process. Choose the appropriate SDK for your platform:
These SDKs provide the frontend interface for your users to complete the verification process seamlessly.
We’re Here to Help!
Remember, our team is always ready to assist you. Should you have any questions or require further assistance, please do not hesitate to reach out to your account manager. We’re committed to ensuring a smooth and successful integration of VOVE ID into your application.