GET
/
{env_id}
/
{flow_id}
/
supportedTargets
curl --request GET \
  --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/supportedTargets \
  --header 'x-api-key: <api-key>'
[
  {
    "target": "mssql",
    "flowType": "all",
    "domain": "microsoft.com",
    "label": "Microsoft SQL",
    "type": "api",
    "icon": "https://s3.amazonaws.com/cdn.hotglue.xyz/images/logos/mssql.svg",
    "validation_supported": true,
    "connect_ui_params": {
      "host": {
        "label": "Host Name",
        "description": "Your SQL server host"
      },
      "port": {
        "label": "Port",
        "description": "Your SQL server port"
      },
      "database": {
        "label": "Database",
        "description": "Your SQL database name"
      },
      "user": {
        "label": "User",
        "description": "Your SQL user"
      },
      "password": {
        "label": "Password",
        "description": "Your SQL password",
        "type": "password"
      }
    },
    "connector_props": {
      "singer_sdk": true
    },
    "install_uri": "git+https://github.com/hotgluexyz/target-mssql.git@hgi-6830",
    "isForked": true
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

Response

200
application/json
200
target
string
Example:

"shopify"

tags
string[]
domain
string
Example:

"shopify.com"

label
string
Example:

"Shopify"

type
string
Example:

"api"

icon
string
Example:

"https://s3.amazonaws.com/cdn.hotglue.xyz/images/logos/shopify.svg"

auto_support
boolean
default:true
Example:

true

connect_ui_params
object
config
object