RUAL Documentation

POST /auth/passwordless/request

Request a passwordless login code via email or SMS

Request a passwordless login code via email or SMS
Key Type Example Description
entity optional string
"example-string"
Entity identifier (optional)
identifier required string
"example-string"
Email or phone number
type required string
"email"
Code delivery method
Allowed: email, phone
{ "success": true, "error": "example-string", "retry_after": 42 }
{ "error": "ERROR_KEY" }
Permission Description
*public No authentication required — public endpoint

Back to Authentication Return to the Authentication category to view other endpoints All API Categories Browse all available API categories