Validate OTPAsk AIpost https://{host}/auth/v1/web/otp/validateValidates the OTP generated through the /otp/generate API.Body 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.otpstringrequiredValidation code received by the customer.Responses 200200 400400Updated about 1 month ago