---
title: "Select installation targets for an Integration"
method: POST
path: "/integrations/install/{name}/targets"
tags: ["Integrations"]
---

# Select installation targets for an Integration

`POST /integrations/install/{name}/targets`

## Path parameters

- `name` string, required

## Request body

- InstallIntegrationFromTargetsRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `attributes` InstallIntegrationFromTargetsRequestAttributes, required
    - `externalRefs` string[], required

## Response `200`

OK

- ListResponseBodyIntegrationInstallation
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` IntegrationInstallation[], required
    - `attributes` IntegrationInstallationAttributes, required
      - `capabilities` string[], required
      - `displayName` string, required
      - `externalRef` string, required
      - `integrationName` string, required
      - `providerName` string, required
      - `sanitizedConfig` object, required
      - `userSettings` object, required
    - `id` string, required
  - `pagination` ResponsePagination, required
    - `next` string
    - `previous` string
    - `total` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-07-29** (v1) `227f4f2711e4` — 1 info
  - added the required property `data/items/attributes/capabilities` to the response with the `200` status
- **2026-07-07** (v1) `48f07aa81a7a` — 2 breaking, 2 info
  - removed the required property `data/items/attributes/config` from the response with the `200` status
  - removed the required property `data/items/attributes/settings` from the response with the `200` status
  - added the required property `data/items/attributes/sanitizedConfig` to the response with the `200` status
  - added the required property `data/items/attributes/userSettings` to the response with the `200` status
- **2026-06-24** (v1) `eb0846e58abc` — 2 breaking, 2 info
  - removed the required property `data/items/attributes/sanitizedConfig` from the response with the `200` status
  - removed the required property `data/items/attributes/userSettings` from the response with the `200` status
  - added the required property `data/items/attributes/config` to the response with the `200` status
  - added the required property `data/items/attributes/settings` to the response with the `200` status

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/integrations/install/:name/targets/post.md)

---

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