curl --request GET \
--url https://{FUSION HOST}/api/apps/{id}
{
"id": "<string>"
}
Fetch an app by its ID. The response is the app’s complete configuration in JSON.
curl --request GET \
--url https://{FUSION HOST}/api/apps/{id}
{
"id": "<string>"
}
The app ID.
successful operation
The response is of type object
.
Was this page helpful?