Post JSON data here to get property content information.
The parameters texts, roomIds and images specify the type of data to return.
See here for information about using the JSON API.
{ "authentication": { "apiKey": "apiKeyAsSetInAccountSettings", "propKey": "propKeyAsSetForTheProperty" }, "texts": [ "EN" ] }
{ "authentication": { "apiKey": "apiKeyAsSetInAccountSettings", "propKey": "propKeyAsSetForTheProperty" }, "texts": [ "EN", "DE", "FR" ] }
{ "authentication": { "apiKey": "apiKeyAsSetInAccountSettings", "propKey": "propKeyAsSetForTheProperty" }, "roomIds": [ 123456 ] }
{ "authentication": { "apiKey": "apiKeyAsSetInAccountSettings", "propKey": "propKeyAsSetForTheProperty" }, "roomIds": [ 123456, 123457, 123458 ] }
{ "authentication": { "apiKey": "apiKeyAsSetInAccountSettings", "propKey": "propKeyAsSetForTheProperty" }, "images": true }
{ "authentication": { "apiKey": "apiKeyAsSetInAccountSettings", "propKey": "propKeyAsSetForTheProperty" }, "bookingData": true, "images": true, "roomIds": true, "texts": true, "includeAirbnb": true, "includeVrbo": true }