Returns all flows in an environment and their connectors
curl --request GET \ --url https://client-api.hotglue.xyz/{env_id}/flows/supported \ --header 'x-api-key: <api-key>'
[ { "id": "cxEkB6bLZ", "name": "Sales", "description": "Sales records from your system", "taps": [ "salesforce", "hubspot", "file" ], "targets": [ "s3" ] } ]
ID of environment