Verify Email
POST/api/v1/auth/email/verify
Verify user email address using the verification token.
The token is sent to the user's email during registration or when resend verification is requested. This is a public endpoint.
Request
Responses
- 200
- 400
- 422
- 500
Successful Response
Invalid or expired verification token
Validation Error
Server error