Skip to main content

List apps

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

Request

Responses

Response headers

  • X-Pagination-Limitnumber

    The limit used to select the resources for the response

  • X-Pagination-Skipnumber

    The number of skipped items

  • X-Pagination-Pagenumber

    The calculate page of the list response. Refer to parameters to learn more.

  • X-Pagination-TotalCountnumber

    The total amount of items available in the remote ressource. Use this value in combination with the limit to calculate the available pages.

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