Skip to main content
GET
/
license
/
check
Validate the Fusion license
import requests

url = "https://{FUSION HOST}/api/license/check"

response = requests.get(url)

print(response.json())
true

Response

200 - */*

successful operation

true if the license is valid.