For the complete documentation index, see llms.txt. This page is also available as Markdown.

Multi Company Profiles

Duplicate Flow

post

Duplicates a flow version from one company to another.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Body
flow_version_idstringRequired
from_company_idstringRequired
to_company_idstringRequired
Responses
200

Successful response

application/json
objectOptional
post/api/v1/patchworks/duplicate-flow
POST /api/v1/patchworks/duplicate-flow HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 59

{
  "flow_version_id": 1,
  "from_company_id": 1,
  "to_company_id": 1
}
{}

Last updated

Was this helpful?