Forgot password — send email OTP

View as Markdown

Step 1 of the email-based password reset flow. Sends an OTP to the user’s email. Requires only ApiKey.

Authentication

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

End-user JWT from registration or login. Required for verification, signing, and user-scoped operations.

Request

This endpoint expects an object.
emailOrPhoneNumberstringRequired
idNumberstring or nullOptional

Response