Skip to main content
GET
/
customers
/
password-reset
/
verify
Verify Password Reset
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/customers/password-reset/verify
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

token
string
required

Reset token from the email link

Response

Successful Response