Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

POST /v1/automation/workflows/{workflowID}/clone

POST/v1/automation/workflows/{workflowID}/clone
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
workflowIDstringrequired
Responses
200OK
active_version_idstring
created_atstring
descriptionstring
idstringrequired
namestringrequired
statusstringrequired
updated_atstring
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/automation/workflows/string/clone"
Response
{
  "active_version_id": "string",
  "created_at": "string",
  "description": "string",
  "id": "string",
  "name": "string",
  "status": "string",
  "updated_at": "string"
}