GET
/
{env_id}
/
flows
/
linked
curl --request GET \
  --url https://client-api.hotglue.xyz/{env_id}/flows/linked \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "cxEkB6bLZ",
    "name": "Sales",
    "description": "Sales records from your system",
    "taps": [
      "salesforce",
      "hubspot",
      "file"
    ],
    "targets": [
      "s3"
    ]
  }
]

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

Query Parameters

user_id
string
required

ID of tenant

Response

200 - application/json
id
string
name
string
description
string
taps
string[]
targets
string[]