Skip to content

Complete a password reset

POST
/reset-password

Completes a password reset using the token from the email. Token is single-use and expires after 1 hour.

Request to complete a password reset.

object
new_password
required

The new password (min 8 characters).

string
token
required

The password reset token from the email link.

string

Password reset successfully

Response after successfully resetting a password.

object
message
required

Confirmation message.

string

Invalid, expired, or already used token

Generic error response for OpenAPI documentation.

object
error
required

Error message.

string
Example
{
"error": "Short name or email conflict"
}

Server error