v1
latestOpenAPI 3.0.02026-07-2612645160.3 KBWhatsApp Flows
List WhatsApp Flows
Retrieve the WhatsApp Flows of the account, returning only their id and name, paginated with page/pageSize. Use the id to fetch flow responses.
get/api/public/whatsapp-flows
Query parameters
pagenumber
Example:1
Page number, starting at 1
pageSizenumber
Example:50
Number of flows per page (1-200)
Headers
x-api-keystring required
API key needed to authorize the request. The key role must include the templates read permission.
Response
Flows retrieved successfully.
Example response
{
"items": [
{
"id": "df980fc8-b6db-4820-bf22-2969482d106d",
"name": "Customer Satisfaction"
}
],
"page": 1,
"pageSize": 50,
"total": 44,
"totalPages": 1
}