Verify email with 6-character code
POST/v1/auth/verify-email
Marks the user's email as verified using the 6-character alphanumeric code (0-9, a-z) sent to the user's email. Both email and code are required; the code must belong to that user. The code is consumed. Returns 204 on success.
Request
Responses
- 204
- 401
- 422
Email verified
Invalid or expired verification code
Validation error (e.g. code not 6 alphanumeric characters)