Skip to main content
POST
/
frontend
/
api
/
v1
/
auth
/
password-restore
Send password restoration email
curl --request POST \
  --url https://{host}/frontend/api/v1/auth/password-restore \
  --header 'Content-Type: application/json' \
  --header 'X-Recaptcha-Token: <x-recaptcha-token>' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "success": true
}

Headers

X-Recaptcha-Token
string
required
Minimum string length: 6

Body

email
string<email>
required
Required string length: 5 - 255

Response

200 - application/json

OK

success
boolean