Difference between revisions of "Connect PMS with API"
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
Markkinchin (talk | contribs) |
||
Line 9: | Line 9: | ||
For extra security also whitelabel your IP address to prevent access from unauthorized IP addresses. | For extra security also whitelabel your IP address to prevent access from unauthorized IP addresses. | ||
+ | |||
+ | Access to most API functions will require the API Key and the PROP Key for the property being accessed. | ||
+ | |||
+ | There are usage limits on the API so design your system to avoid unnecessary and minimize the frequency of API calls. | ||
== Create Properties == | == Create Properties == |
Revision as of 14:29, 13 February 2019
This page explains how to connect a PMS to Beds24 for Channel Management
Contents
1 API setup
Create an API Key for your Beds24 account at Settings > Account > Account Access
For extra security also whitelabel your IP address to prevent access from unauthorized IP addresses.
Access to most API functions will require the API Key and the PROP Key for the property being accessed.
There are usage limits on the API so design your system to avoid unnecessary and minimize the frequency of API calls.
2 Create Properties
Properties can be created manually within your Beds24 account or via API
Use JSON createProperties to create properties via API.
Set a PROP Key for the property when creating it so it can be accessed later via API.