This guide assumes that you already have signed up to a paid plan for IdentityCheck (https://identity.stackgo.io)
After you are logged in, from the left nav bar select 'Account'
Select "Users”
Click on "Add User" and select the "developer" permission
POST <https://identity.stackgo.io/api/direct-verification>
Headers
Authorization: Basic <API_KEY>
{
"firstName": "FName",
"lastName": "LName",
"email": "[email protected]",
"emailUser": "Yes",
"type": "kyc",
"triggeredBy": "direct",
"active": true
}