GET
/
{env_id}
/
{flow_id}
/
supportedSources
curl --request GET \
  --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/supportedSources \
  --header 'x-api-key: <api-key>'
[
  {
    "tap": "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"
    },
    "fieldMap": {
      "shop": {
        "name": "shop",
        "selected": [
          "id",
          "name",
          "domain"
        ]
      }
    }
  }
]

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

Query Parameters

catalog
boolean

Request the catalog of available fields/data to be returned in the payload

Response

200 - application/json
tap
string
tags
string[]
domain
string
label
string
type
string
icon
string
auto_support
boolean
default: true
connect_ui_params
object
config
object
fieldMap
object