Send reset password instructions email

post/reset

Request body

emailstring required

Email address to send link email to.

Response

Reset password response. For forms both success and validation errors.

csrf_tokenstring

Session CSRF token

Example response

{
  "user": {
    "id": 42
  }
}

Changes