POST
/
{env_id}
/
flows
/
linked
curl --request POST \
  --url https://client-api.hotglue.xyz/{env_id}/flows/linked \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "flow": "<string>",
  "user_id": "<string>"
}'
{}

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

Body

application/json
flow
string
required

ID of flow to link

user_id
string
required

ID of tenant

Response

200 - application/json

The response is of type object.