Skip to main content
POST
/
auth
/
forgot-password
Reset:Forgot Password
curl --request POST \
  --url https://api.example.com/auth/forgot-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
email
string<email>
required

Response

Successful Response