Skip to content

List automation folders

Request

List all automation folders (workspaces) for organizing automations.

Security
bearerAuth
GET
/flows/api/flow-workspaces
curl -i -X GET \
  https://leadgen.grinfi.io/flows/api/flow-workspaces \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Paginated list of automation folders.

Bodyapplication/json
dataArray of objects(flow-workspace)
limitinteger
Example:20
offsetinteger
Example:0
totalinteger
Example:5
has_moreboolean
Response
{ "data": [ {} ], "limit": 20, "offset": 0, "total": 5, "has_more": true }