Skip to main content
POST
/
api
/
v1
/
users
/
authorization
/
request-reset
Request Password Reset
curl --request POST \
  --url http://localhost:8000/api/v1/users/authorization/request-reset \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Schema for password reset request.

email
string<email>
required

Response

Successful Response