---
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
    - `domain` string
    - `status` string
    - `dnsRecords` object, nullable
    - `createdAt` string, date-time

## Other responses

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

## Changes

- **2026-05-11** `ee7b7111c55b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/websites/:domain/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/fd494fa7e64d/schema)
