Skip to main content
POST
/
v1
/
auth
/
password-reset
Reset password
curl --request POST \
  --url http://co-mind-platform-host/v1/auth/password-reset \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "newPassword": "<string>"
}
'
{
  "message": "<string>"
}

Body

application/json
token
string
required
newPassword
string<password>
required

Response

Password reset successful

message
string