Discussions
Get all amenities from the API
over 1 year ago by Mathieu
Hi,
I'm wondering how can I get the amenities list from the API.
For example, the OVEN is called rental.amenities.amenities-picker.amenity-oven in the app.lodgify.com HTML source.
When I call v2/properties/{id}/rooms, I get this name for the OVEN : CookingEatingOven.
Is there a way to get all available amenities (even those with no properties)?
I would like to be able to get all names, for each amenities (CookingEatingOven, CookingEatingRefrigerator, etc.)
Thank you,