Skip to main content
POST
Reset password with token

Body

application/json
newPassword
string
required

New password meeting configured requirements

Example:

"newSecurePassword123"

otp
string
required

Reset token (either from magic link or from exchange-reset-password-token endpoint)

Example:

"a1b2c3d4..."

Response

Password reset successfully

message
string
Example:

"Password reset successfully"