Landing Pages

Render landing page preview

Returns a signed, unlisted preview URL for the current landing page content. Works for drafts. Does not publish the page or collect signup form submissions on a draft preview.

post/landing-pages/{landingPageId}/render

Path parameters

landingPageIdstring required

Landing page ID

Response

Preview URL returned

successboolean
landingPageIdstring
namestring
status'draft' | 'published'
publishedboolean
titlestring
previewUrlstring uri
publicUrlstring uri nullable
messagestring

Example response

{
  "success": true,
  "landingPageId": "lp_abc123",
  "name": "Product Waitlist",
  "status": "draft",
  "title": "Join the Acme waitlist",
  "previewUrl": "https://sequenzy.com/lp/preview/lp_abc123?token=..."
}

Changes

Changed in 1 of the 121 revisions of this API.1