curl --request GET \
--url https://{FUSION HOST}/api/apps
[
{
"id": "<string>"
}
]
Get the list of all existing Fusion apps and their configuration details.
curl --request GET \
--url https://{FUSION HOST}/api/apps
[
{
"id": "<string>"
}
]
successful operation
The response is of type object[]
.
Was this page helpful?