---
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` string
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized

## Changes

- **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/ba95c77d23ef/schema)
