Authorization

To make authorized calls on Lodgify API operations, you need to provide an API key in the call.

You can find your own API key in your settings page, after you logged in to the website.

340

Then in the settings, go to the page called “Public API” and copy the key you will find there.

1065

This key has both read and write permissions. The only exception are channel calls, which require their own specific key; for more information, go to the channel calls section.

Once you have a valid API key, you need to include it in the API request in an HTTP header named X-ApiKey.