Browser-oriented link verification flow.
This endpoint is intended for users clicking verification links in email.
It validates the token on the backend and redirects the browser to the
stored, validated redirectTo URL with the verification result.
Redirect query params:
insforge_status=success&insforge_type=verify_emailinsforge_status=error&insforge_type=verify_email&insforge_error=...insforge_status: success or errorinsforge_type: always verify_emailinsforge_error: present only on error, human-readable messageRecommended handling: use your sign-in page as redirectTo. When the
redirect arrives with insforge_status=success, show a confirmation message
and ask the user to sign in with their email and password.
64-character email verification token from the email link
Browser redirected to the stored redirect URL