v1
latestOpenAPI 3.0.02026-07-26155147.1 KBFeatures
List all property 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.
get/features
Query parameters
pageinteger
Content's page
limitinteger
Max results per page (Maximum: 100)
locale'en' | 'es' | 'pt'
Example:en
The language you want the results to be in. If not provided it defaults to your organization's language.
Response
Successful feature list request
Example response
{
"pagination": {
"limit": 20,
"page": 1,
"total": 1
},
"content": [
{
"name": "Air Conditioning"
}
]
}