---
title: "List of applications"
method: GET
path: "/apps"
---

# List of applications

`GET /apps`

Retrieve all accessible applications

## Query parameters

- `orgId` string — Organization identifier

## Response `200`

Requested resource retrieved successfully

- AppHeaderCollection — Collection of Basic app information
  - `data` AppHeader[], required — The individual items in the collection
    - `org` OrgHeader, required — Organization's basic information
      - `id` string, required — Organization identifier
      - `name` string, required — Organization name
    - `id` string, required — App identifier
    - `name` string, required — App name
    - `demo` boolean, required — Whether the app is a demo app
    - `flagKeyFormat` 'custom' | 'pascalCase' | 'camelCase' | 'snakeCaseUpper' | 'snakeCaseLower' | 'kebabCaseUpper' | 'kebabCaseLower', required — The enforced key format when creating flags
    - `environments` EnvironmentHeader[], required — Environments within the app
      - `id` string, required — Environment identifier
      - `name` string, required — Environment name
      - `isProduction` boolean, required — Whether the environment is a production environment
      - `order` integer, required — Environment order in the app (zero-indexed)
      - `flagStateVersion` integer, required — Environment version incremented when flag state changes

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Requested resource, or its parent, not found

---

[API](https://skmtc.net/reflag/apis/reflag-management-api.md) · [All operations](https://skmtc.net/reflag/apis/reflag-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reflag/reflag-management-api/revisions/9063276689b5/schema)
