Request password reset
POST /api/v1/auth/forgot-password
POST
/api/v1/auth/forgot-password
Send a password reset email. Always returns 200 to prevent user enumeration.
Authorizations
Request Body required
Request body for the forgot-password endpoint.
Attributes: email: The email address to send a password reset link to.
object
email
required
User email address
string format: email
Responses
200
Successful Response
Response body for the forgot-password endpoint.
Attributes: message: A generic message (no user enumeration).
object
message
required
string
422
Validation Error
object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string