v2

latestOpenAPI 3.1.02026-07-31822441.6 KB

Available targets

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

get/{env_id}/availableTargets

Path parameters

env_idstring required

ID of environment

Response

200

targetstring
tagsstring[]
domainstring
labelstring
typestring
iconstring
auto_supportboolean

Example response

[
  {
    "target": "shopify",
    "tags": [
      "ecommerce"
    ],
    "domain": "shopify.com",
    "label": "Shopify",
    "type": "api",
    "icon": "https://s3.amazonaws.com/cdn.hotglue.xyz/images/logos/shopify.svg",
    "auto_support": true,
    "connect_ui_params": {
      "api_key": {
        "label": "API Key",
        "description": "Shopify API Key",
        "type": "password"
      },
      "shop": {
        "label": "Shop",
        "description": "Shopify shop name (ie. the value test_shop in the string https://test_shop.myshopify.com)"
      }
    },
    "config": {
      "start_date": "2015-01-01T00:00:00.000Z"
    }
  }
]