Forgot password by phone — validate OTP

View as Markdown

Step 2 of the phone-only password reset flow. Validates the phone OTP and returns userId and passwordResetCode. Requires only ApiKey.

Authentication

ApiKeystring
Static API key issued to your tenant. Required on every request.

Request

This endpoint expects an object.
phoneNumberstringRequired
phoneNumberOtpRequestIdstringRequired
phoneNumberOtpstringRequired

Response