---
title: "List websites"
method: GET
path: "/websites"
tags: ["Websites"]
---

# List websites

`GET /websites`

Lists sending domains configured for the authenticated company.

## Response `200`

Websites returned

- object
  - `success` boolean
  - `websites` object[]
    - `domain` string
    - `status` 'not_started' | 'pending' | 'verified' | 'failed' | 'misconfigured'
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized

## Changes

- **2026-07-08** `98ccd00e35a4` — 5 warning
  - added the new `failed` enum value to the `websites/items/status` response property for the response status `200`
  - added the new `misconfigured` enum value to the `websites/items/status` response property for the response status `200`
  - added the new `not_started` enum value to the `websites/items/status` response property for the response status `200`
  - added the new `pending` enum value to the `websites/items/status` response property for the response status `200`
  - …1 more
- **2026-05-11** `ee7b7111c55b` — 1 info
  - endpoint added

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