v1

latestOpenAPI 3.0.02026-07-2491237338.9 KB
WhatsApp Flows

List flows

Returns a list of WhatsApp Flows under a WhatsApp Business Account (WABA).

get/whatsapp/flows

Query parameters

wabaIdstring required
Example:whatsapp-business-account-id

WhatsApp Business Account ID.

Response

Successfully retrieved the list of flows.

Example response

{
  "items": [
    {
      "id": "flow-1",
      "name": "My first flow",
      "validationErrors": [
        {
          "error": "INVALID_PROPERTY_VALUE",
          "errorType": "FLOW_JSON_ERROR",
          "message": "Invalid value found for property 'type'.",
          "lineStart": 10,
          "lineEnd": 10,
          "columnStart": 21,
          "columnEnd": 34,
          "pointers": [
            {
              "lineStart": 10,
              "lineEnd": 10,
              "columnStart": 21,
              "columnEnd": 34,
              "path": "screens[0].layout.children[0].type"
            }
          ]
        }
      ]
    }
  ]
}