Multi Company Profiles
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
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
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?