Flows
Flows represent automation workflows for processing integration data.
List Flows
Section titled “List Flows”GET /api/2.0/app/flowsAuthorization: Bearer YOUR_TOKENResponse:
{ "data": [ { "id": 1, "name": "Order Import Flow", "description": "Process orders from e-commerce to WMS", "active": true, "created_at": "2024-01-15T10:30:00.000000Z" } ]}Get Flow
Section titled “Get Flow”GET /api/2.0/app/flows/{id}Authorization: Bearer YOUR_TOKENFlows are typically managed through the Gateway admin interface.