Sign in

Start passwordless authentication

documented

Initiates a passwordless login by sending a one-time code or magic link to the user.

POST /passwordless/startAuthentication APIno implementation yet0 runs

Input

auth0_domain*
Auth0 Domain
your-tenant.auth0.com
client_id*
Auth0 Client ID
YOUR_CLIENT_ID
connection*
Passwordless Connection
email or sms
email
Email Address
user@example.com
phone_number
Phone Number
+15551234567
scope
Auth Params Scope
openid profile email
redirect_uri
Redirect URI
https://example.com/callback
audience
Audience
https://example.com/api
Calls Auth0 as you (your API key is your account); keychains.dev holds the credentials.
Start passwordless authentication · Auth0 · OpenIntegrations