---
title: "Get all visible MIRO apps"
method: GET
path: "/apps/"
tags: ["apps"]
---

# Get all visible MIRO apps

`GET /apps/`

Get all apps registered for one of your user groups and their metadata.

An app object contains the following fields:

- **id**: The unique identifier of the app
- **displayName**: The name of the app as it appears in the library
- **description**: The description of the app as it appears in the library
- **accessGroups**: The user groups that can see this app. If no user groups are assigned (empty array), anyone with access to the MIRO Server instance can see the app

## Response `200`

Successful Response

- AppConfig[]
  - `id` string
  - `displayName` string
  - `description` string
  - `accessGroups` string[], required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/gams-dev/apis/miro-server-api.md) · [All operations](https://skmtc.dev/gams-dev/apis/miro-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gams-dev/miro-server-api/revisions/8040d163caad/schema)
