Skip to main content
POST
/
api
/
v1
/
auth
/
magic-link
Request Magic Link
curl --request POST \
  --url https://api.example.com/api/v1/auth/magic-link \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.apilens.ai/llms.txt

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

Body

application/json
email
string
required
flow
string | null

Response

200 - application/json

OK

message
string
required