Update Password (Token)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
Path Params
string
required
Body Params
string

The new password you'd like to set for this account

string

The one-time token that was generated for this password change

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json