Skip to main content
POST
/
auth
/
magic-link
/
signup
Sign up or sign in via magic link (creates account if needed)
curl --request POST \
  --url https://api.justanotheruptime.com/auth/magic-link/signup \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "user@example.com"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.justanotheruptime.com/llms.txt

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

Body

application/json
email
string
required
Example:

"user@example.com"

Response

200

Magic link sent