v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Get app

Get a Zen app

get/firewall/apps/{app_id}

Path parameters

app_idinteger required

The ID of the Zen app

Response

The app has been successfully fetched

idstring
namestring
created_atinteger
amount_instancesinteger
code_repo_idinteger
code_repo_namestring
has_tokenboolean
token_hintstring
environment'production' | 'staging' | 'development'

Example response

{
  "id": 2,
  "name": "Webshop",
  "created_at": 1718281269,
  "code_repo_id": 7,
  "code_repo_name": "the-webshop",
  "has_token": true,
  "token_hint": "7It5",
  "environment": "production"
}