Account

Forgot password

Sends a password reset email to the user.

post/api/account/forgot-password

Request body

emailstring email required

Example request

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

Response

Password reset email sent successfully.

messagestring

Changes

Changed in 2 of the 7 revisions of this API.11