Request Password Reset

Request a password reset via email

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

This endpoint would typically be used when a user is trying to login but cannot remember his/her password. They can simply enter their email address associated with the account (which gets passed into this endpoint) and an email will be automatically generated by Medable with the proper link to set a new password.

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 a Medable web GUI for setting the new password
📘

Note

You can override the destination link in part 4 to be your own page on your own domain for app look and feel consistency.

Path Params
string
required
Body Params
string
required
Responses

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