Skip to main content
POST
Reset password using token

Body

application/json
reset_token
string
required

One-time token received via the password-reset email (valid for 1 hour).

Example:

"a1b2c3d4e5f6..."

new_password
string
required

New password (8–128 characters). All existing sessions are invalidated upon success.

Required string length: 8 - 128
Example:

"NewP@ssw0rd456"

Response

Password reset successful

is_success
boolean
required

Always true when the action completed successfully.

Example:

true