curl --request GET \
--url https://{FUSION HOST}/api/license/expiration
"2023-11-07T05:31:56Z"
Gets the expiration date for the current Fusion license.
curl --request GET \
--url https://{FUSION HOST}/api/license/expiration
"2023-11-07T05:31:56Z"
successful operation
The response is of type string<date-time>
.
Was this page helpful?