Skip to main content
GET
/
apps
List all apps
import requests

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

response = requests.get(url)

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

Response

200 - application/json

successful operation

id
string