GET
/
auth
/
verify-magic-link
Verify Magic Link
curl --request GET \
  --url https://{deploymentHost}/auth/verify-magic-link
"Redirects to /dashboard after successful magic link authentication with session cookie set"

Authorizations

__session
string
cookie
required

Session cookie authentication for production deployments. The session token is automatically set as an HTTP-only, secure cookie.

Query Parameters

token
string
required

Magic link verification token

Response

302
application/json

Redirect after magic link verification

The response is of type any.