Skip to main content
GET
/
apps
/
{id}
Get an app
import requests

url = "https://{FUSION HOST}/api/apps/{id}"

response = requests.get(url)

print(response.json())
{
  "id": "<string>"
}

Path Parameters

id
string
required

The app ID.

Response

200 - application/json

successful operation

id
string