Auth

Validates password

Verifies that the password adheres to the Unleash password guidelines

post/auth/reset/validate-password

Request body

passwordstring required

The password to validate

Example request

{
  "password": "hunter2"
}

Response

This response has no body.

Changes

No recorded changes to this endpoint across all 7 revisions of this API.