ContributionsMost RecentMost LikesSolutionsAuthenticate to Zephyr using the ZAPI token or username and password We are trying to use below code for zephyr authentication to be used in selenium automation framework. is this correct code? we are getting invalid api error # Authenticate to Zephyr using the ZAPI token or username and password auth_url = zephyr_rest_api_url + "/authentication/generateToken" auth_data = {"accessKey": zephyr_access_key, "secretKey": zephyr_secret_key} auth_headers = {"Content-Type": "application/json"} auth_response = requests.post(auth_url, data=json.dumps(auth_data), headers=auth_headers, auth=(zephyr_username, zephyr_password)) auth_token = auth_response.json()["access_token"] headers = {"Authorization": "Bearer " + auth_token, "Content-Type": "application/json"} zephyr Scale snowflake integration using Fivetran Does anyone integrated zephyr test results into snowflake DB for BI analytics ? I know FIVETRAN tool available for JIRA. do we have any other options other than using API ?. Does any one know how zephyr stores the cycle data ? does it uses its won DB. Am using zephyr squad. ?