---
title: "Get website"
method: GET
path: "/websites/{domain}"
tags: ["Websites"]
---

# Get website

`GET /websites/{domain}`

Returns verification status and DNS records for a sending domain.

## Path parameters

- `domain` string, required

## Response `200`

Website returned

- object
  - `success` boolean
  - `website` Website
    - `id` string
    - `domain` string
    - `status` 'not_started' | 'pending' | 'verified' | 'failed' | 'misconfigured' — Stored DNS verification status. This does not imply that a sending transport is ready.
    - `dnsVerified` boolean — Whether the customer DNS records are verified.
    - `readyToSend` boolean — Whether DNS and the selected home transport are both ready.
    - `readiness` object
      - `dnsVerified` boolean
      - `readyToSend` boolean
      - `status` 'setup_required' | 'verifying_dns' | 'activating_transport' | 'ready' | 'blocked'
      - `reason` string, nullable
      - `homeTransport` 'ses' | 'mta'
      - `homeTransportReady` boolean — Whether the selected home transport is fully available. It can be false while readyToSend stays true, when sends are temporarily deferred and retried instead of rejected.
      - `homeSesRegion` string — The single selected SES region for this domain.
    - `message` string — Creation or setup summary when returned by a mutating operation.
    - `dnsRecords` object, nullable
    - `dkim` object — Normalized DKIM type, status, and diagnostics.
    - `spf` object — Normalized SPF status, expected record, and diagnostics.
    - `mailFrom` object — Normalized custom MAIL FROM MX status and diagnostics.
    - `lastVerifiedAt` string, date-time, nullable
    - `nextVerificationAt` string, date-time, nullable
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Domain not found

---

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