---
title: "Available targets"
method: GET
path: "/{env_id}/availableTargets"
---

# Available targets

`GET /{env_id}/availableTargets`

Returns details for every target that you can enable in your environment

## Path parameters

- `env_id` string, required

## Response `200`

200

- object[]
  - `target` string
  - `tags` string[]
  - `domain` string
  - `label` string
  - `type` string
  - `icon` string
  - `auto_support` boolean
  - `connect_ui_params` object
    - `api_key` object
      - `label` string
      - `description` string
      - `type` string
    - `shop` object
      - `label` string
      - `description` string
  - `config` object
    - `start_date` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/hotglue/apis/hotglue-api.md) · [All operations](https://skmtc.net/hotglue/apis/hotglue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hotglue/hotglue-api/versions/30ff54d01ec0/schema)
