---
title: "Get a list of properties"
method: POST
path: "/sites/properties/list"
tags: ["Sites"]
---

# Get a list of properties

`POST /sites/properties/list`

## Response `200`

success

- object
  - `propertyList` object
    - `organizations` object[]
      - `name` string
      - `id` string
      - `accounts` object[]
        - `name` string
        - `id` string
        - `sites` object[]
          - `id` string
          - `siteName` string
          - `organizationId` string
          - `organizationName` string
          - `accountId` string
          - `accountName` string
          - `url` string
          - `numUsers` integer
          - `keywords` integer
          - `image` string
          - `ownership` string
          - `favicon` string
          - `countryCode` string
          - `geoname` string
    - `accounts` object[]
      - `name` string
      - `id` string
      - `sites` object[]
        - `id` string
        - `siteName` string
        - `organizationId` string
        - `organizationName` string
        - `accountId` string
        - `accountName` string
        - `url` string
        - `numUsers` integer
        - `keywords` integer
        - `image` string
        - `ownership` string
        - `favicon` string
        - `countryCode` string
        - `geoname` string
  - `meta` object
    - `api_version` string

## Other responses

- `400` — Error

---

[API](https://skmtc.net/demandsphere/apis/demandsphere-api-v5-0-documentation.md) · [All operations](https://skmtc.net/demandsphere/apis/demandsphere-api-v5-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/demandsphere/demandsphere-api-v5-0-documentation/versions/5b09e9df27db/schema)
