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

Body

application/json
email
string
required
flow
string | null

Response

200 - application/json

OK

message
string
required