Authentication

Request a Password Reset

Request a reset password email to be send.

post/auth/password/request

Request body

emailstring required

Email address of the user you're requesting a reset for.

Example request

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

Changes