This guide assumes that you already have signed up to a paid plan for IdentityCheck (https://identity.stackgo.io)

Create a user with a "developer" permission

After you are logged in, from the left nav bar select 'Account'

Untitled

Select "Users”

Untitled

Click on "Add User" and select the "developer" permission

Untitled

Untitled

User receives an email and activates their account

Untitled

Login to the account and navigate to API Keys section

Untitled

Untitled

Send API requests

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
}