Skip to main content

verifyEmailCode

Verifies the email code sent to the users email address.

Path Parameters
emailAddress string REQUIRED
Request Body REQUIRED
code string
Responses
200

Verification successful.

Schema OPTIONAL
message string OPTIONAL
token string OPTIONAL
400

Missing parameters or invalid/expired verification code.

Schema OPTIONAL
message string OPTIONAL
404

Verification code not found.

Schema OPTIONAL
message string OPTIONAL
500

Unable to fullfil request due to internal server error.

Schema OPTIONAL
message string OPTIONAL