Change password — step 2: validate OTP and apply the change

View as Markdown
Confirms the emailed OTP and commits the new password.

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
emailOtpRequestIdstringRequired
emailOtpstringRequired

Response