---
title: "GET /sites"
method: GET
path: "/sites"
---

# GET /sites

`GET /sites`

Return all sites linked to your account

## Response `200`

A list of sites.

- Site[]
  - `id` string, required — Unique Site Identifier
  - `nmi` string, required — National Metering Identifier (NMI) for the site
  - `channels` Channel[], required — List of channels that are readable from your meter
    - `identifier` string, required — Identifier of the channel
    - `type` 'general' | 'controlledLoad' | 'feedIn', required — Meter channel type
    - `tariff` string, required — The tariff code of the channel
  - `network` string, required — The name of the site's network
  - `status` 'pending' | 'active' | 'closed', required — Site status. Pending sites are still in the process of being transferred. Note: We only include sites that have correct address details. If you expect to see a site, but don't, you may need to contact [info@amber.com.au](mailto:info@amber.com.au) to check that the address is correct. Active sites are ones that we actively supply electricity to. Closed sites are old sites that we no longer supply.
  - `activeFrom` string — Date the site became active. This date will be in the future for pending sites. It may also be undefined, though if it is, contact [info@amber.com.au](mailto:info@amber.com.au) - there may be an issue with your address. Formatted as a ISO 8601 date when present.
  - `closedOn` string — Date the site closed. Undefined if the site is pending or active. Formatted as a ISO 8601 date when present.

## Other responses

- `401` — API key is missing or invalid
- `500` — Internal Server Error

---

[API](https://skmtc.net/amberelectric/apis/amber-electric-public-api.md) · [All operations](https://skmtc.net/amberelectric/apis/amber-electric-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/amberelectric/amber-electric-public-api/versions/1f80cddf9ed6/schema)
