cURL
curl --request GET \ --url https://api.weblinq.dev/v1/user/verify-email-token
{ "success": false, "error": { "message": "Authentication required", "code": "UNAUTHORIZED", "requestId": "bf68e5de-f6ef-479f-9328-6d3f48d5b7d4" } }
Custom email verification handler that processes the token and redirects to frontend dashboard with new_user parameter.
Redirect to dashboard or sign-in