Sign in

Send OTP

documented

Send a one-time password to email or phone.

POST /auth/v1/otpAuthno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$project}}.supabase.co/auth/v1/otp" -X POST -H "apikey: {{SUPABASE_API_KEY}}" -H "Content-Type: application/json" -H "Accept: application/json" -d '{"email": "{{$email}}", "create_user": true}'