Authentication
Verify Email
Verify a user’s email address using a token.
Args: request: Verification token. verification_service: Verification service dependency.
POST
Verify Email
Body
application/json
Request body for verifying email with token.
Verification token
Response
Email verified successfully
The response is of type Response Verify Email Api V1 Auth Verify Email Post · object.
Previous
Forgot PasswordInitiate password reset flow.
Generates a reset token and sends an email with reset instructions.
Always returns 200 regardless of whether the email exists (security - don't reveal user existence).
Args:
request: FastAPI request object to get client IP.
forgot_request: Email and account identifier.
session: Database session.
reset_service: Password reset service dependency.
Returns:
Generic success message.
Next
Verify Email