---
title: "Verify landing page domain"
method: POST
path: "/landing-pages/domain/verify"
tags: ["Landing Pages"]
---

# Verify landing page domain

`POST /landing-pages/domain/verify`

Checks DNS and SSL status for the current custom landing page domain.

## Response `200`

Domain verification status returned

- object
  - `success` boolean
  - `domain` LandingPageDomain
    - `domain` string, nullable
    - `domainStatus` string
    - `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` — No domain configured or verification error
- `401` — Unauthorized
- `500` — Domain could not be verified

---

[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)
