Contact us Today!

Fill out the form below and we will get back to you as soon as possible!

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
fetch('https://api.lodgify.com/v1/availability', { method: 'GET', headers: { 'Authorization': 'Bearer 8FFVHDKf7cXbAsl/R2xfMAZT7L4NXNwnRg6MPdMuyqY/aj2ao+hLG/mjw6IEp6Ej', 'Content-Type': 'application/json' } }) .then(response => response.json()) .then(data => { // Handle data - this is where you'll get the availability details console.log(data); }) .catch(error => console.error('Error:', error));