Skip to main content
POST
/
auth
/
magiclink
/
create
Create Magic Link
curl --request POST \
  --url https://api.veryfront.com/auth/magiclink/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "user@example.com",
  "redirectUrl": "<string>",
  "redirect_url": "<string>"
}
'
{
  "success": true,
  "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.

Body

application/json
email
string<email>
required

User email address

Example:

"user@example.com"

redirectUrl
string<uri>

URL to redirect after verification

redirect_url
string<uri>

URL to redirect after verification

Response

Magic link created and sent

success
boolean
required

Success status

message
string
required

Status message