Authenticate a userAsk AIpost {protocol}://{domain}/helpdesk/auth/loginAuthenticates user credentials and returns a session token.Body ParamsLogin credentialsloginstringrequiredlength between 5 and 255The user's email addresspasswordstringrequiredThe user's passwordrecaptchaTokenstringrequiredThe token generated by the client-side reCAPTCHA widget. This token is used for server-side validation to confirm that the user's interactions are genuine.recaptchaVersionstringrequiredThe version of the reCAPTCHA widget being used. Knowing the version is essential for proper server-side validation.Responses 200Authenticated user data 400Bad Request - Missing or malformed request data 401Unauthorized - Invalid credentials 403Account not verified 422Validation error(s) 500Internal server errorUpdated over 2 years ago