POST /auth/passwordless/request

Request a passwordless login code via email or SMS

Request a passwordless login code via email or SMS
KeyTypeExampleDescription
entityoptionalstring
1
Entity identifier (optional)
identifierrequiredstring
"example"
Email or phone number
typerequiredstring
"email"
Code delivery method
Allowed: "email", "phone"
{
  "error": "INVALID_TYPE",
  "retry_after": 1,
  "success": true
}
{
  "error": "ERROR_KEY"
}
PermissionDescription
*publicNo authentication required, public endpoint

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