Python
import requests url = "https://{FUSION HOST}/api/oauth2/token" response = requests.post(url) print(response.json())
{ "empty": true }
Fetch an access token, if configured. Supports basic authentication.
OK
Was this page helpful?