---
title: "List landing pages"
method: GET
path: "/landing-pages"
tags: ["Landing Pages"]
---

# List landing pages

`GET /landing-pages`

Lists landing pages for the authenticated company.

## Response `200`

Landing pages returned

- object
  - `success` boolean
  - `companyId` string
  - `landingPages` 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.
      - `theme` object — Page-wide design settings.
        - `sectionAnimation` 'none' | 'fade' | 'slide-up' | 'zoom-in' — Scroll reveal each section plays as it enters the viewport on the published page. Skipped for visitors who prefer reduced motion.
        - `sectionAnimationSpeed` 'slow' | 'normal' | 'fast' — How quickly the scroll reveal settles.
      - `blocks` object[], required — Page blocks. Each block has a `slot`, rendered in order: `top` (full-width band above the hero), `hero`, `form` (the card beside the hero), `body`, `footer`. A `video` block embeds a pasted YouTube URL from its `url`; other providers and direct video files are not supported. It accepts an optional `aspectRatio` of 16:9, 4:3, 1:1, or 9:16. Button `url` and pricing `buttonUrl` accept an https URL or an in-page anchor: `#form` scrolls to the page's form block, `#section-<sectionId>` and `#block-<blockId>` scroll to any section or block, and `#top` returns to the top. Anchor CTAs open in the same tab.
    - `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.
    - `customDomain` string, nullable — Preferred verified custom hostname for this page.
    - `customDomainScope` 'page' | 'workspace', nullable — Whether the preferred hostname is dedicated to this page or inherited from the workspace.
    - `publicUrl` string, uri, nullable — Custom-domain public URL when a verified custom domain is connected, otherwise the Sequenzy-hosted public URL.
    - `previewUrl` string, uri, nullable — Signed, unlisted visitor-facing preview of the current content. Works for drafts. Not indexed.
  - `url` string, uri

## Other responses

- `401` — Unauthorized
- `503` — The database was temporarily unavailable. The request may be retried after the delay in Retry-After.

## Changes

- **2026-08-27** `73f826277d9a` — 1 info
  - added the optional property `landingPages/items/previewUrl` to the response with the `200` status
- **2026-08-20** `99f9c58cab67` — 1 info
  - added the optional property `landingPages/items/content/theme` to the response with the `200` status
- **2026-08-19** `ba3a29c6eb33` — 4 info
  - added the optional property `landingPages/items/customDomain` to the response with the `200` status
  - added the optional property `landingPages/items/customDomainScope` to the response with the `200` status
  - added the optional property `retryable` to the response with the `401` status
  - added the optional property `retryable` to the response with the `503` status
- **2026-08-18** `8fbabe82a04d` — 1 info
  - added the non-success response with the status `503`
- **2026-08-16** `6fd2903b91ce` — 1 info
  - added the optional property `code` to the response with the `401` status

[Full history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/landing-pages/get.md)

---

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