---
title: "Get properties data about the current user"
method: GET
path: "/datainsights/v1.1/me/properties"
tags: ["Me"]
---

# Get properties data about the current user

`GET /datainsights/v1.1/me/properties`

## Headers

- `X-PROPERTY-ID` integer, required

## Response `200`

OK

- MeProperty[]
  - `id` integer, required — Property id
  - `name` string, required — Property name
  - `timezone` string, required — Property Timezone
  - `country_code` string — Property country code

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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