Zum Hauptinhalt springen

List apps

GET /v2/apps/
v2
GET
app-list-apps

Request

Responses

application/json

Object containing the list of Apps.

  • Array[
  • *object

    An App is to be understood as a manifest for AppInstallations. E.g. 'WordPress' only exists inside our ecosystem, because there is an App -Manifest for it.

    • actionCapabilitiesarray of string (one of: start, stop, restart)
      • Array[
      • *string (one of: start, stop, restart)

        An Action is a string that describes a runtime concerning action which can be executed on an AppInstallation or an App can be capable of.

      • ]
  • idstring
    required
  • namestring
    required
  • tagsarray of string
    required
    • Array[
    • *string
    • ]
]

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/apps?limit=50&page=1