Skip to main content
POST
/
cabinet
/
auth
/
password
/
forgot
Forgot Password
curl --request POST \
  --url http://localhost:8080/cabinet/auth/password/forgot \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json

Request to initiate password reset.

email
string<email>
required

Email address

Response

Successful Response