Update Password (Token)

This endpoint would typically be used if you wanted to build a custom page that is linked in the email reset.

Example:

  1. Request Password Reset gets called
  2. Medable sends the email with a one-time secure reset password token (string)
  3. The user opens that email and clicks a link which has this token as a url parameter
  4. User gets navigated to your web app GUI for setting the new password
  5. You then call this endpoint (Reset Password) with the token passed in from the email
Language
Credentials
Header
Click Try It! to start a request and see the response here!