Verify Email
Authentication
Verify Email
Verify a user’s email address using the verification token.
POST
Verify Email
Verify Email
Verify a user’s email address using the token sent via email during registration.Authentication
No authentication required.User’s email address
Token from the verification email
Example Request
Response
Status Codes
| Code | Description |
|---|---|
200 | Email verified successfully |
400 | Invalid request (missing fields, invalid token) |
404 | User not found |
Notes
- Verification tokens are single-use and expire after a set period
- If the token has expired, use the Resend Verification endpoint to request a new one
- Users cannot log in until their email is verified

