Skip to main content
POST
Reset password using token

Path Parameters

token
string
required

Reset password token from email link

Body

application/json
password
string
required

New password

Example:

"new-password"

Response

200

Password reset successfully.