GET
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedTargets
curl --request GET \
  --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/linkedTargets \
  --header 'x-api-key: <api-key>'
[
  {
    "target": "s3",
    "domain": "aws.amazon.com",
    "label": "S3",
    "type": "api",
    "config": {}
  }
]

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Query Parameters

target_name
string

Target name (ie. s3). If not included, all linked targets are returned

login_state
boolean
default: false

Pings to see if connection is active. Only possible for OAuth targets

catalog
boolean

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

Response

200 - application/json

The response is of type any.