Skip to content

Request password reset

POST
/api/v1/auth/forgot-password

Send a password reset link to the given email. Always returns 200 to prevent user enumeration.

Request Body

application/json
JSON
{
  
"email": "string"
}

Responses

Successful Response

application/json
JSON
{
  
"message": "string"
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation