Skip to main content

Get an app

GET /v2/apps/{appId}/
v2
GET
app-get-app

Request

  • appIdstring (uuid)
    required

Responses

application/json

The app object.

  • 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/f0f86186-0a5a-45b2-aa33-502777496347