---
title: "List all property types"
method: GET
path: "/property_types"
tags: ["PropertyTypes"]
---

# List all property types

`GET /property_types`

Returns a list of the property types from your organization's country.
                         You can also provide a `locale` parameter to define the language you want the name of the property types to be in.

## Query parameters

- `page` integer
- `limit` integer
- `locale` 'en' | 'es' | 'pt'

## Response `200`

Successful property types list request

- PropertyTypesList
  - `pagination` Pagination
    - `limit` integer, required
    - `page` integer, required
    - `total` integer
    - `next_page` string, required
  - `content` PropertyType[]
    - `name` string — The localized named of the property type.

## Other responses

- `400` — At least one param has an invalid format
- `401` — API key is missing or invalid, or a restricted country was selected

---

[API](https://skmtc.dev/easybroker/apis/easybroker-api.md) · [All operations](https://skmtc.dev/easybroker/apis/easybroker-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/easybroker/easybroker-api/revisions/1aea2ecce635/schema)
