Reset password

Use these operations to manage password resets. When a password reset is requested, an email with a token is sent. In the email the user must press a reset link, and then create a new password.

Request a password reset

Request

Sends an email with a link containing a token to reset a user password.

Bodyapplication/jsonrequired

Forgot password resource.

emailstring, (email)required

Email address to which a reset password link is sent.

curl -i -X POST \
  https://www.rebilly.com/_mock/catalog/all/forgot-password \
  -H 'Content-Type: application/json' \
  -d '{
    "email": "user@example.com"
  }'

Responses

Email sent.

Response
No content