Validate PasswordAsk AIpost https://{host}/auth/v1/web/password/validateValidates the password of an existing user accountBody ParamsidentifierTypestringrequiredIdentifier used for token generation. Values: MOBILE, EMAIL, USERNAME.identifierValuestringrequiredValue of the specified identifierType.brandstringrequiredName of the brand/org for which authentication needs to be verified.deviceIdstringrequiredUnique ID of the device from which the customer has generated the token.sessionIdstringrequiredSession ID generated through the v1/token/generate API.passwordstringrequiredAccount password to validate.Responses 200200 400400Updated about 1 month ago