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