v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Verify User Email Address

The first step in verifying the user's identity. The randomly generated code sent to the user via email, is submitted here to verify the email.

This is needed as part of the verification process for basic due diligence.

Note that on the Sandbox Environment, emails are not sent and the verification code is always set to "123456".

post/user/verify-email

Headers

api-keystring required
Authorizationstring required

Request body

userIdstring required
verificationIdstring required

6 characters code. Default code for sandbox "123456".

Response

202