Skip to main content
POST
/
customers
/
password-reset
/
forgot
Forgot Password
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/customers/password-reset/forgot \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
email
string
required

Response

Successful Response