---
title: "Create linked flows"
method: POST
path: "/{env_id}/flows/linked"
---

# Create linked flows

`POST /{env_id}/flows/linked`

Link a flow for a specific tenant

## Path parameters

- `env_id` string, required

## Request body

- object
  - `flow` string, required — ID of flow to link
  - `user_id` string, required — ID of tenant

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/hotglue/apis/hotglue-api.md) · [All operations](https://skmtc.net/hotglue/apis/hotglue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hotglue/hotglue-api/versions/30ff54d01ec0/schema)
