POST /api/v1/verify-email
No authentication required.
Marks the user’s email address as verified. The token is generated at registration time (or when resend-verification is called) and delivered out-of-band via email.
Request body
The email verification token received by email.
Response
Always
true on success.Errors
| Status | When |
|---|---|
400 | The token field is missing or malformed |
401 | The token is invalid or has expired |