Skip to main content
GET
/
license
Get the Fusion license
import requests

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

response = requests.get(url)

print(response.json())
[
  "aSDinaTvuI8gbWludGxpZnk="
]

Response

200 - application/octet-stream; qs=0.9

successful operation

The response is of type string<byte>[].