Skip to main content
GET
/
auth
/
magic-link
Verify magic link
curl --request GET \
  --url https://api.veryfront.com/auth/magic-link \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Query Parameters

token
string
required

JWT token from magic link email

redirect_url
string<uri>
required

URL to redirect after verification

Response

Redirect to application with auth cookie set