GET
/
v2
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedSources
Get linked sources
curl --request GET \
  --url https://client-api.hotglue.xyz/v2/{env_id}/{flow_id}/{tenant}/linkedSources \
  --header 'x-api-key: <api-key>'
[
  {
    "source_id": "asana",
    "config": {},
    "catalog": {},
    "secret": {},
    "trigger_mapping": {}
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Query Parameters

config
boolean

Request the underlying config for the linked source

catalog
boolean

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

secret
boolean

Request the secret configuration for the linked source

triggerMapping
boolean

Request the trigger mapping configuration for the linked source

Response

200
application/json

200

The response is of type object[].