---
title: "Get complex"
method: GET
path: "/properties-api/complexes/{id}"
tags: ["Complexes"]
---

# Get complex

`GET /properties-api/complexes/{id}`

Get a specific complex based on the complexId

## Path parameters

- `id` string, required

## Response `200`

Return the requested complex.

- object
  - `id` string
  - `title` string
  - `nickname` string
  - `propertyIds` string[]
  - `tags` string[]

## Other responses

- `403` — Unauthorized Request
- `404` — Complex not found

---

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