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

# GET /v2/sites

`GET /v2/sites`

## Response `200`

200

- SitesListSitesResponseBody
  - `sites` object[], required
    - `id` number, required
    - `program_id` number, required — ID of the program to which this site belongs
    - `account_id` number, required — ID of the account to which this site belongs
    - `name` string, nullable, required — Name of the site, or `null` if still being set up
    - `url` string, nullable, required — URL of the site, or `null` if still being set up
    - `platform` 'bigcommerce' | 'custom' | 'magento' | 'magento2' | 'shopify', required
    - `currencies` string[], required — A list of currency codes supported by this site
    - `languages` string[], required — A list of language codes supported by this site
    - `created_at` string, required — ISO 8601 timestamp representing when the site was created
    - `updated_at` string, required — ISO 8601 timestamp representing when the site was last updated

## Other responses

- `400` — Bad Request
- `401` — 401
- `403` — 403

---

[API](https://skmtc.net/loyaltylion/apis/loyaltylion-admin-api.md) · [All operations](https://skmtc.net/loyaltylion/apis/loyaltylion-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyaltylion/loyaltylion-admin-api/revisions/4cfed13b45bc/schema)
