Marketplace for Integration Partners: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
Markkinchin (talk | contribs) No edit summary |
||
| Line 10: | Line 10: | ||
Once a Beds24 user enables a connection to an organization, the organization can access the users Beds24 account by API function to perform their services. | Once a Beds24 user enables a connection to an organization, the organization can access the users Beds24 account by API function to perform their services. | ||
The available API functions are the same as the Beds24 API V2 functions https://api.beds24.com/v2 | The available API functions are the same as the Beds24 API V2 functions https://api.beds24.com/v2 | ||
= Getting Started = | |||
Contact Beds24 to establish a marketplace entry for your organization. | |||
Organizations are only accepted at the discretion of Beds24. If your organisation is accepted you will be assigned an organization token and an access token. | |||
= Authentication = | |||
Organizations will be whitelisted by function and scope and only able to access their whitelisted functions and scopes. | |||
When calling an API function the organization must include the organizations header token with every call. | |||
The access token grants access to all Beds24 account which have enabled the organization. | |||
The Beds24 account can specify which of their room types are available to the organization and only these enabled room types will be visible. | |||
When calling an API function to access property level data, the property ID must be included with the token. | |||
The format is to use a trailing colon, then a lower case p and then the property ID all with no spaces. | |||
For example a token to access property ID 12345 could look like this: | |||
abcdefghijklmnopqustuvwxyz:p12345 | |||
= FAQ = | = FAQ = | ||