Skip to main content

Validates password

POST 

<your-unleash-url>/auth/reset/validate-password

Verifies that the password adheres to the Unleash password guidelines

Request

Bodyrequired

validatePasswordSchema

    passwordstringrequired

    The password to validate

    Example: hunter2

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/auth/reset/validate-password' \
-H 'Content-Type: application/json' \
-H 'Authorization: <Authorization>' \
-d '{
"password": "hunter2"
}'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Body required
{
  "password": "hunter2"
}
ResponseClear

Click the Send API Request button above and see the response here!