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

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Query Parameters

token
string
required

JWT token from magic link email

redirect_url
string<uri>

URL to redirect after verification

redirectUrl
string<uri>

URL to redirect after verification (camelCase alias)

Response

Redirect to application with auth cookie set