Skip to main content

Overview

Subscriptions are vital for establishing two-way communication between your API and the Hotel Manager API. Each subscription is linked to a particular hotel and can be created and manage via our API.

Getting started

You must ensure that you have a hotel level access token to authenticate requests related to subscriptions.

You can create multiple subscriptions from our API, each with differing endpoints and topics. A topic is a parameter that defines the types of queries that the endpoint is subscribed to. More information about creating subscriptions.

Webhook Payload

When entities in a topic are mutated, a POST request will be sent to your endpoint with a payload containing information related to the relevant entities. More information about webhook payloads.

Security

It is important to ensure that POST requests to your endpoints are from Hotel Manager. More information about securing your endpoints.