GET
/
v2
/
{env_id}
/
{flow_id}
/
supportedConnectors
curl --request GET \
  --url https://client-api.hotglue.xyz/v2/{env_id}/{flow_id}/supportedConnectors \
  --header 'x-api-key: <api-key>'
[]

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

Response

200 - application/json

The response is of type any[].