Change password — step 1: request email OTP

View as Markdown

Starts a password change for the authenticated user. Sends an OTP to the registered email and returns data.emailOtpRequestId.

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.
currentPasswordstringRequired
newPasswordstringRequired

Response