Introduction
The Hotel Manager API gives app developers the power to create memorable experiences for guests and hotels.
Getting Started
The Hotel Manager Dashboard allows developers to create their own sandbox environment and optionally create a marketplace app listing.
You can request access by emailing dev@hotelmanager.co.
Once you have access you can manage your Dashboard via app.hotelmanager.co. From the Manage page, you can create a marketplace app or access your hotels via the API.

GraphQL
GraphQL is the primary way for apps to read and write to the Hotel Manager API. All of our products interact with the Hotel Manager API so understanding how GraphQL works is crucial.
The endpoint for our production API is below:
api.hotelmanager.co/graphql
You can find our API Reference here.
Authentication
Hotel Manager implements ideas from the OAuth 2.0 protocol for granting developers access to the API. Hotel partners are required to consent to giving access to 3rd party apps to manage their data.
You can find information on how to authenticate via a marketplace app here.
Alternatively, you can access your properties via the API. This is recommended if you do not need to access hotels outside your account.
You can find information on how to authenticate via the API here.