---
title: "Install Application"
method: POST
path: "/api/platform/applications/{application_id}/install"
tags: ["platform"]
---

# Install Application

`POST /api/platform/applications/{application_id}/install`

## Path parameters

- `application_id` string, required

## Request body

- InstallApplicationTargetsRequest
  - `accountIds` string[]
  - `portfolioId` string, nullable
  - `platformId` string, nullable

## Response `200`

Successful Response

- InstallApplicationTargetsResponse
  - `applicationId` string, required
  - `accountsInstalled` string[]
  - `portfolioInstalled` string, nullable
  - `platformInstalled` string, nullable

## Other responses

- `422` — Validation Error

---

[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)
