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 |
|---|---|---|---|
| entityoptional | string | | Entity identifier (optional) |
| identifierrequired | string | | Email or phone number |
| typerequired | string | | Code delivery method Allowed: "email", "phone" |
{
"error": "INVALID_TYPE",
"retry_after": 1,
"success": true
}{
"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
