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