PUT
/
v4
/
workflows
/
{workflowId}
/
resume
Resume a workflow
curl --request PUT \
  --url https://api.kadoa.com/v4/workflows/{workflowId}/resume \
  --header 'x-api-key: <api-key>'
{
  "message": "Workflow resumed"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

workflowId
string
required

The ID of the workflow to resume

Response

200
application/json

Workflow resumed successfully (may be sent for compliance review if rule is enabled)

The response is of type object.