---
title: "Apps"
method: GET
path: "/api/apps"
tags: ["registry"]
---

# Apps

`GET /api/apps`

## Response `200`

Successful Response

- AppRegistration[]
  - `appName` string, required
  - `applicationId` string, required
  - `baseUrl` string, required
  - `environment` string, required
  - `updatedAt` string, required
  - `sourceProjectId` string, required
  - `path` string, nullable
  - `icon` string, nullable
  - `attachmentScope` 'platform' | 'portfolio' | 'account', nullable
  - `attachmentId` string, nullable
  - `runtimeServiceAccountEmail` string, nullable
  - `authorizationModules` string[]

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
