---
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.

## Changes

- **2026-08-12** `00db66c44181` — 1 info
  - api operation id `ListingSites_Get` removed and replaced with `get-listingsites-id`

[Change history](https://skmtc.dev/ownerrez/apis/ownerrez-api/changes/v2/listingsites/:id/get.md)

---

[API](https://skmtc.dev/ownerrez/apis/ownerrez-api.md) · [All operations](https://skmtc.dev/ownerrez/apis/ownerrez-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ownerrez/ownerrez-api/revisions/007c845adb89/schema)
