---
title: "Fetch all listing sites available to the current user."
method: GET
path: "/v2/listingsites"
tags: ["ListingSites"]
---

# Fetch all listing sites available to the current user.

`GET /v2/listingsites`

## Query parameters

- `active` boolean, nullable

## Response `200`

A list of listing site models.

- PageableListOfListingSiteViewModel — Represents a single page plus meta data for a collection of records.
  - `items` ListingSiteViewModel[] — The subset of records for the current page in the collection.
    - `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.
  - `limit` integer — The maximum number of records per page.
  - `next_page_url` string — URL to fetch the next page of records. A null value indicates that there are no more pages in the collection.
  - `offset` integer — The current offset from the start of the collection.
  - `count` integer — The total number of records in the collection.

---

[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)
