Request Password Reset

POST

/v1/passwords/forgot

Sends password reset instructions to the provided email address if the account exists.

Parameters

NameTypeDescription
emailrequiredstringUser account email

Responses

200Instructions dispatched
{
  "data": {
    "message": "If your email is registered with us, you will receive password reset instructions."
  }
}