VerifyEmail
GET/verify
VerifyEmail verifies a user's email address by validating the token in the request and setting the user's validated field in the database to true. This endpoint is intended to be called by frontend applications after the user has followed the link in the verification email
Request
Responses
- 200
- 201
- 400
- 500
- default
success
Created
Bad Request
Internal Server Error