whatsapp flows
Get flow JSON asset
Get the flow JSON asset metadata, including a temporary download URL for the Flow JSON file.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
flowIdstring
Flow ID
Query Parameters
accountIdstring
WhatsApp social account ID
Response Body
application/json
application/json
curl -X GET "https://zernio.com/api/v1/whatsapp/flows/string/json?accountId=string"{
"success": true,
"assets": [
{
"name": "flow.json",
"asset_type": "FLOW_JSON",
"download_url": "string"
}
]
}{
"error": "Unauthorized"
}Empty