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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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