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>" }
Sends a magic link for passwordless sign-in.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User email address
"user@example.com"
Magic link created and sent
Success status
Status message