Login

Reset password

Reset password

An email with an embedded link will be sent to the receipient of the email address

The link will contain a token to be used for resetting the password

post/v1/password/reset

Request body

emailstring email required

the email address of the user requesting the reset password

Example request

{
  "email": "foo@example.com"
}

Response

the request was accepted

Changes