List Flows
Required permission: WhatsApp Flows — View
Meta WhatsApp Flows (interactive JSON), not Engagive Automations. Optional status filter.
/api/business/public/channels/whatsapp/accounts/:accountId/flows{
"success": true,
"statusCode": 200,
"data": [
{
"id": 10,
"name": "Order status flow",
"wa_flow_id": "1234567890",
"wa_status": "PUBLISHED",
"template_name": "default",
"updated_at": "2026-08-05T00:00:00.000Z"
}
],
"pagination": {
"page": 1,
"pageSize": 10,
"totalCount": 1,
"totalPages": 1
}
}Try it
Runs in your browser — token is not stored
If the request fails with a network / CORS error, your API may not allow browser calls from this site. Use curl, Postman, or your server instead. See Postman.