---
title: "GET /v1/properties/{id}"
method: GET
path: "/v1/properties/{id}"
tags: ["Analytics"]
---

# GET /v1/properties/{id}

`GET /v1/properties/{id}`

Returns details for one property--inventory (advertising space) available for sale, often a website or network.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- object — Successful Response
  - `data` object
    - `id` string — Identifies a single property.
    - `name` string
    - `type` string
    - `url` unknown
    - `created_at` string
    - `verticals` string[]
  - `included` object
    - `verticals` object[]
      - `id` string
      - `name` string
      - `created_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Property not found

---

[API](https://skmtc.net/basis/apis/basis-platform-api.md) · [All operations](https://skmtc.net/basis/apis/basis-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basis/basis-platform-api/revisions/6e0eb87d51e6/schema)
