---
title: "Update landing page domain settings"
method: PUT
path: "/landing-pages/domain"
tags: ["Landing Pages"]
---

# Update landing page domain settings

`PUT /landing-pages/domain`

Replaces the custom landing page domain, verifies the current domain, or both.

## Request body

- object
  - `domain` string — Replacement custom landing page domain.
  - `verify` boolean — Check DNS and SSL status for the current domain.

## Response `200`

Domain settings updated

- object
  - `success` boolean
  - `domain` LandingPageDomain
    - `domain` string, nullable
    - `domainScope` 'page' | 'workspace', nullable — Domain assignment scope.
    - `landingPageId` string, nullable — Assigned landing page ID for a dedicated page domain.
    - `domainStatus` string
    - `fallbackDomain` string, nullable — Verified or pending workspace domain retained as a fallback for a page-scoped domain.
    - `fallbackDomainStatus` string — Workspace fallback-domain status; `not_started` when no fallback domain is configured.
    - `verifiedAt` string, date-time, nullable
    - `dnsRecordAddedAt` string, date-time, nullable
    - `sslStatus` string, nullable
    - `error` string, nullable
    - `verificationRecords` object[]
    - `lastCheckedAt` string, date-time, nullable
    - `cnameTarget` string

## Other responses

- `400` — Missing input, invalid domain, or verification error
- `401` — Unauthorized
- `409` — Domain conflict
- `500` — Domain settings could not be updated
- `503` — The database was temporarily unavailable. The request may be retried after the delay in Retry-After.

---

[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/revisions/ba3a29c6eb33/schema)
