Skip to main content
POST
/
v1
/
auth
/
password-reset-request
Request password reset
curl --request POST \
  --url http://co-mind-platform-host/v1/auth/password-reset-request \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "message": "<string>"
}

Body

application/json
email
string<email>
required

Response

200 - application/json

Reset email sent (if account exists)

message
string