Skip to main content
POST
/
auth
/
magic-link
Request a magic sign-in link via email
curl --request POST \
  --url https://api.example.com/auth/magic-link \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "user@example.com"
}
'

Body

application/json
email
string
required
Example:

"user@example.com"

Response

200

Magic link sent if account exists