---
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
      - `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.
  - `url` string, uri

## Other responses

- `401` — Unauthorized

## Changes

- **2026-06-12** `f9a826460811` — 1 info
  - endpoint added

[Change 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/d7ea66dede72/schema)
