Skip to main content
POST
Validate Verification Code For Register

Body

application/json

smsValidationRequest

Request Model for Validate Sms Verification Code

validationCode
string
required

validation code

Example:

"1111"

userId
integer<int64>
required

user id

Example:

12345

Response

passwordResetToken field can be null

status
string

Information about the match status of the submitted code.

Example:

"code_matched / code_expired / code_not_matched"

passwordResetToken
string

Token created for password reset. (It just returns the forgot password request.)

Example:

"/*token*/"

userId
integer<int64>

The ID of the user whose password will be changed.

Example:

20199