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

Documentation Index

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

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

Body

application/json

Initiate a password-reset flow for email.

Endpoint always returns 202 regardless of whether the email is registered, so an attacker cannot enumerate accounts. Rate-limit runs identically on both branches.

email
string<email>
required

Response

Successful Response