Skip to main content
POST
Verify email with OTP token

Body

application/json
email
string
required
Example:

"user@example.com"

token
string
required
Example:

"123456"

Response

Email verified successfully

success
boolean
Example:

true

message
string
Example:

"Email verified successfully"