Generate Authentication TokenAsk AIpost https://{host}/auth/v1/web/token/generateGenerate authentication for web application.Body ParamsidentifierTypestringenumrequiredIdentifier used for token generationAllowed:MOBILEEMAILUSERNAME.mobilestringMobile number of the customer. Either mobile number or email ID is required to authenticate with username.emailstringEmail ID of the customer. Either mobile number or email ID is required to authenticate with username.passwordstringrequiredPassword to login to the app.confirmPasswordstringrequiredReenter the password.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.identifierValuestringrequiredIdentifier valueResponses 200200 400400Updated about 1 month ago