Verify Email
GET/api/v1/auth/verify-email
Verify email address (GET method, backwards compatible).
Note: This endpoint accepts plaintext tokens for backwards compatibility with existing verification links. New tokens are stored hashed, so it tries both plaintext lookup (for old tokens) and hash lookup (for new tokens).
Request
Responses
- 200
- 400
OK
Bad Request