Initiate passwordless login by Phone with a registration profile
POST/identity/v2/auth/login/passwordlesslogin/otp
POST variant of passwordless login by Phone. The phone identifier (PhoneId) and the full registration profile are supplied in the JSON body (same schema as /auth/register). When passwordless phone auto-registration is enabled, a previously-unknown phone number is auto-registered with the supplied profile fields, and the request must carry a valid SOTT or CAPTCHA. This endpoint registers by phone only — any Email or UserName supplied in the body is ignored (not validated and not stored), and Password is not required. Sending the profile in the body (instead of query parameters) keeps PII out of URLs and logs.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Success
Bad Request
Status Unauthorized: The request requires User authentication.
Forbidden
Internal Server Error - an unexpected error occurred on the server.