---
title: "Fetch a listing site."
method: GET
path: "/v2/listingsites/{id}"
tags: ["ListingSites"]
---

# Fetch a listing site.

`GET /v2/listingsites/{id}`

## Path parameters

- `id` integer, required

## Response `200`

A model representing the listing site.

- ListingSiteViewModel — Read-only view of a listing site (system or user-defined).
  - `id` integer — The ID of this record.
  - `active` boolean — Whether the listing site is active.
  - `domain` string — Domain name associated with the listing site.
  - `name` string — Display name of the listing site.

---

[API](https://skmtc.net/ownerrez/apis/ownerrez-api.md) · [All operations](https://skmtc.net/ownerrez/apis/ownerrez-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ownerrez/ownerrez-api/versions/fa0c0f146039/schema)
