---
title: "Properties info list"
method: GET
path: "/v1/properties"
tags: ["Properties"]
---

# Properties info list

`GET /v1/properties`

Returns the list of completed properties for a given user. This is a protected endpoint.

## Query parameters

- `wid` integer

## Response `200`

Success

- LodgifyApiPropertiesModelsV1PropertySummaryDto[]
  - `id` integer — property identifier
  - `name` string, nullable — Name of the property
  - `latitude` number, double — Latitude coordinate of the house
  - `longitude` number, double — Longitude coordinate of the house
  - `rooms` LodgifyApiPropertiesModelsV1RoomSummaryDto[], nullable — List of rooms of the property
    - `id` integer — Identifier of the roomtype
    - `name` string, nullable — Name of the roomtype
  - `subscription_plans` string[], nullable — Subscription plans

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/lodgify/apis/lodgify-public-api-v1.md) · [All operations](https://skmtc.net/lodgify/apis/lodgify-public-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lodgify/lodgify-public-api-v1/versions/ddf40757d411/schema)
