Check password

POST {{base_url}}/api/2/users/check_password

Request Body

{"password"=>"{{password_hash}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"compromised":false}