Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns version details including the flow JSON.
cURL
curl --request GET \ --url https://api.kapso.ai/platform/v1/whatsapp/flows/{flow_id}/versions/{version_id} \ --header 'X-API-Key: <api-key>'
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "version_label": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "flow_json_sha": "<string>", "published_at": "2023-11-07T05:31:56Z", "validation_errors": [ {} ], "flow_json": {} } }
Success
Show child attributes
Was this page helpful?