Skip to content

Get Account-Level Workflow

Request

Security
bearer-key
Path
accountUuidstringrequired

Account UUID

workflowUuidstringrequired
GET
/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}
curl -i -X GET \
  'https://baseUrl/api/v3.0/accounts/{accountUuid}/automation/workflows/{workflowUuid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseobject(AutomationWorkflowRequestDTO)
Response
{ "supportToken": "1171c60d", "response": { "workflow": {}, "trigger": {}, "conditionsGroups": [], "scopeConditionGroups": [], "actions": [], "canEdit": true } }