Skip to content

Flows

Flows represent automation workflows for processing integration data.

GET /api/2.0/app/flows
Authorization: Bearer YOUR_TOKEN

Response:

{
"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 /api/2.0/app/flows/{id}
Authorization: Bearer YOUR_TOKEN

Flows are typically managed through the Gateway admin interface.