---
title: "List all property features"
method: GET
path: "/features"
tags: ["Features"]
---

# List all property features

`GET /features`

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

## Query parameters

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

## Response `200`

Successful feature list request

- FeaturesList
  - `pagination` Pagination
    - `limit` integer, required
    - `page` integer, required
    - `total` integer
    - `next_page` string, required
  - `content` Feature[]
    - `name` string — The localized named of the feature.

## 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)
