Forgot password — validate phone OTP

View as Markdown

Step 3 of the email-based password reset flow. Validates the phone OTP and returns userId and passwordResetCode for the reset step. Requires only ApiKey.

Authentication

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

Request

This endpoint expects an object.
emailOrPhoneNumberstringRequired
phoneNumberOtpRequestIdstringRequired
phoneNumberOtpstringRequired
idNumberstringOptional

Response