diff --git a/thousandeyes-sdk-core/src/thousandeyes_sdk/core/configuration.py b/thousandeyes-sdk-core/src/thousandeyes_sdk/core/configuration.py index 2a610fba..b1569b3d 100644 --- a/thousandeyes-sdk-core/src/thousandeyes_sdk/core/configuration.py +++ b/thousandeyes-sdk-core/src/thousandeyes_sdk/core/configuration.py @@ -38,7 +38,7 @@ class Configuration: ) -> None: """Constructor """ - self._base_path = "https://api.thousandeyes.com" if host is None else host + self._base_path = "https://api.thousandeyes.com/v7" if host is None else host """Default Base url """ self.access_token = access_token