curl --request GET \
--url https://{FUSION HOST}/api/license
[
"aSDinaTvuI8gbWludGxpZnk="
]
Export the current Fusion license.
curl --request GET \
--url https://{FUSION HOST}/api/license
[
"aSDinaTvuI8gbWludGxpZnk="
]
successful operation
The response is of type string<byte>[]
.
Was this page helpful?