Accounts

Endpoint for checking if a password is valid.

post/v1/passwords/validate

Request body

usernamestring
passwordstring

Response

OK

code0 | 1 | 2 | 3 | 4 | 5

['ValidPassword' = 0, 'WeakPasswordError' = 1, 'PasswordLengthError' = 2, 'PasswordSameAsUsernameError' = 3, 'ForbiddenPasswordError' = 4, 'DumbStringsError' = 5]

messagestring

Changes

Changed in 1 of the 15 revisions of this API.1