Python
import requests url = "https://{FUSION HOST}/api/session" response = requests.get(url) print(response.json())
{}
OK
Was this page helpful?