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

Documentation Index

Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Password reset request model.

email
string<email>
required

Response

Successful Response