cURL
curl --request GET \ --url https://api.hubapi.com/automation/v3/workflows
[ { "id": 123, "name": "<string>", "type": "<string>", "enabled": true } ]
Retrieve a list of workflows (metadata only).
Scope requirements
List of workflows
Was this page helpful?