OpenAPI 3.1.02026-08-185681822.2 MB
d0ab3b4eb0ae
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
Example response
{
"assets": [
{
"name": "flow.json",
"asset_type": "FLOW_JSON"
}
]
}