---
title: "Get preview URL"
method: GET
path: "/app/{appId}/flows/{flowId}/preview"
tags: ["Flow management"]
---

# Get preview URL

`GET /app/{appId}/flows/{flowId}/preview`

## Path parameters

- `appId` string, required
- `flowId` string, required

## Headers

- `token` string, required

## Response `200`

Success

- PreviewURLResponse
  - `id` string
  - `preview` PREVIEW
    - `expires_at` string
    - `preview_url` string
  - `status` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - no permissions to access resource
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/gupshup/apis/partner-portal-public-apis.md) · [All operations](https://skmtc.net/gupshup/apis/partner-portal-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gupshup/partner-portal-public-apis/revisions/1846573c8f87/schema)
