---
title: "ListSites"
method: GET
path: "/v2/sites"
tags: ["Sites"]
---

# ListSites

`GET /v2/sites`

Lists the Square Online sites that belong to a seller.


__Note:__ Square Online APIs are publicly available as part of an early access program. For more information, see [Early access program for Square Online APIs](https://developer.squareup.com/docs/online-api#early-access-program-for-square-online-apis).

## Response `200`

Success

- ListSitesResponse — Represents a `ListSites` response. The response can include either `sites` or `errors`.
  - `errors` Error[] — Any errors that occurred during the request.
    - `category` string, required — The high-level category for the error.
    - `code` string, required — The specific code of the error.
    - `detail` string — A human-readable description of the error for debugging purposes.
    - `field` string — The name of the field provided in the original request (if any) that the error pertains to.
  - `sites` Site[] — The sites that belong to the seller.
    - `created_at` string — The timestamp of when the site was created, in RFC 3339 format.
    - `domain` string — The domain of the site (without the protocol). For example, `mysite1.square.site`.
    - `id` string — The Square-assigned ID of the site.
    - `is_published` boolean — Indicates whether the site is published.
    - `site_title` string — The title of the site.
    - `updated_at` string — The timestamp of when the site was last updated, in RFC 3339 format.

---

[API](https://skmtc.net/square/apis/squareup.md) · [All operations](https://skmtc.net/square/apis/squareup/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/square/squareup/revisions/8d95e3639487/schema)
