v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
WhatsApp Flows

Get flow JSON asset

Get the flow JSON asset metadata, including a temporary download URL for the Flow JSON file.

get/v1/whatsapp/flows/{flowId}/json

Path parameters

flowIdstring required

Flow ID

Query parameters

accountIdstring required

WhatsApp social account ID

Response

Flow JSON asset

successboolean

Example response

{
  "assets": [
    {
      "name": "flow.json",
      "asset_type": "FLOW_JSON"
    }
  ]
}