Verify passwordless code
documentedVerifies the passwordless code to complete login (code-based passwordless flow).
POST /passwordless/verifyAuthentication APIno implementation yet0 runsInput
auth0_domain*
Auth0 domain (tenant domain, e.g., your-tenant.auth0.com)
your-tenant.auth0.com
client_id*
OAuth 2 Client ID
Your Client ID
connection*
Passwordless connection (sms or email)
sms or email
phone_number*
Phone number (E.164 format)
+15551234567
verification_code*
OTP verification code
123456
Calls Auth0 as you (your API key is your account); keychains.dev holds the credentials.