Skip to main content

VerifyOtpDto

phonestring

Possible values: Value must match regular expression /^\+?\d{6,20}$/

emailstring
codestringrequired

Possible values: >= 6 characters and <= 6 characters

VerifyOtpDto
{
"phone": "string",
"email": "string",
"code": "string"
}