Skip to content

Verify user email address

POST
/api/auth/verify-email

Verify email using token sent during registration.

Request Body

application/json
JSON
{
  
"token": "string"
}

Responses

Email verified successfully

application/json
JSON
{
  
"message": "Email verified successfully"
}

Playground

Body

Samples

Powered by VitePress OpenAPI