---
title: "generate a web preview URL with this flow."
method: GET
path: "/whatsapp/flows/{flowId}/preview"
tags: ["WhatsApp Flows"]
---

# generate a web preview URL with this flow.

`GET /whatsapp/flows/{flowId}/preview`

In order to visualize the Flows created, you can generate a web preview URL with this request. **The preview URL is public and can be shared with different stakeholders to visualize the Flow.**.

## Path parameters

- `flowId` string, required

## Query parameters

- `invalidate` boolean

## Response `200`

Successfully generate the flow preview url.

- WhatsappFlowPreviewUrl
  - `previewUrl` string — The flow preview url
  - `expiresAt` string, date-time

---

[API](https://skmtc.dev/ycloud/apis/ycloud-api.md) · [All operations](https://skmtc.dev/ycloud/apis/ycloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ycloud/ycloud-api/revisions/4e13d3ca9df8/schema)
