cURL
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" } '
{ "success": true, "message": "<string>" }
Send a magic link to the specified email address for passwordless authentication
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
User email address
"user@example.com"
Magic link created and sent
Success status
Status message