Skip to main content
POST
/
api
/
auth
/
email
/
reset-password
{
  "message": "Password reset successfully"
}

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"