Lodgify

Lodgify is the easiest way to create a hospitality website with a “Book Now” button and manage your reservations.

Go to site
Explore
/
Apps
/
Lodgify

Lodgify API Integrations

Build and run workflows using the Lodgify API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the Lodgify API, you can build a variety of applications and services for vacation rental property owners and managers. Here are a few examples:

  • A vacation rental listing and booking website
  • A vacation rental management system
  • A vacation rental rate and availability service
  • A vacation rental reservations and payments service
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    lodgify: {
      type: "app",
      app: "lodgify",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.lodgify.com/v1/properties`,
      headers: {
        "X-ApiKey": `${this.lodgify.$auth.api_key}`,
      },
    })
  },
})

Authentication

Lodgify uses API keys for authentication. When you connect your Lodgify account, Pipedream securely stores the keys so you can easily authenticate to Lodgify APIs in both code and no-code steps.

To retrieve your API keys,

  • Navigate to your Lodgify account and sign in
  • Go to “Settings” > “Public API”