List all automation folders (workspaces) for organizing automations.
curl -i -X GET \ https://leadgen.grinfi.io/flows/api/flow-workspaces \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Paginated list of automation folders.
{ "data": [ { … } ], "limit": 20, "offset": 0, "total": 5, "has_more": true }