---
title: "Add new MIRO app"
method: POST
path: "/apps/"
tags: ["apps"]
---

# Add new MIRO app

`POST /apps/`

Add a new MIRO app (requires write permissions on namespace).

## Response `201`

App successfully added

- unknown

## Other responses

- `400` — You cannot add an app with this ID
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — An app with this id already exists
- `422` — Validation Error
- `500` — Internal Server Error

## Changes

- **2022-12-22** `5366dfd18e83` — 1 breaking
  - response property `detail/items/loc/items/` list-of-types was widened by adding types `integer` to media type `application/json` of response `422`
- **2021-12-08** `dae88d8eb1ce` — 1 info
  - endpoint added
- **2021-12-08** `ea0ae3dcf969` — 1 breaking
  - api path removed without deprecation
- **2021-11-22** `f1a3e6959567` — 3 warning
  - the `app_id` request property's maxLength was set to `60`
  - the `description` request property's maxLength was set to `200`
  - the `display_name` request property's maxLength was set to `40`

[Change history](https://skmtc.dev/gams-dev/apis/miro-server-api/changes/apps/post.md)

---

[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/5366dfd18e83/schema)
