Authentication Token

Authentication token can only be used for a single operation. Always generate a new token before start a new verification or face authentication.
get
https://api.app.authenteq.com
/mobile-sdk/verification-token
Obtain a mobile SDK temporary authentication token for identity verification
Previous /mobile-sdk/token is deprecated. Please use /mobile-sdk/verification-token
get
https://api.app.authenteq.com
/mobile-sdk/face-authentication-token
Obtain a mobile SDK temporary authentication token for face authentication

Result

When successful these API will respond with a single property named accessToken:
{
"accessToken": "64E0B779-44FF-4273-B7C1-B0C6366FE65E"
}