---
title: "Get landing page"
method: GET
path: "/landing-pages/{landingPageId}"
tags: ["Landing Pages"]
---

# Get landing page

`GET /landing-pages/{landingPageId}`

Returns one landing page with builder content and public URLs.

## Path parameters

- `landingPageId` string, required

## Response `200`

Landing page returned

- object
  - `success` boolean
  - `landingPage` LandingPageSummary
    - `id` string
    - `companyId` string
    - `name` string
    - `slug` string
    - `status` 'draft' | 'published'
    - `content` LandingPageContent — Landing page builder JSON.
      - `version` integer, required
      - `template` string
      - `seo` object — Search and browser metadata for the published page.
        - `title` string
        - `description` string
        - `faviconUrl` string — Browser tab icon for the published page. Leave empty to fall back to the company logo.
        - `hideFromSearchEngines` boolean — Adds a noindex, nofollow tag so crawlers keep the page out of search results. The page stays reachable by direct link.
      - `blocks` object[], required
    - `viewCount` integer
    - `conversionCount` integer
    - `publishedAt` string, date-time, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `url` string, uri — Dashboard edit URL.
    - `appPublicUrl` string, uri, nullable — Sequenzy-hosted public URL when published.
    - `publicUrl` string, uri, nullable — Custom-domain public URL when a verified custom domain is connected, otherwise the Sequenzy-hosted public URL.

## Other responses

- `401` — Unauthorized
- `404` — Landing page not found

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/versions/af1cf9620482/schema)
