Skip to main content

Query subscriptions

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

query marketplaceAppSubscriptions {
marketplaceAppSubscriptions {
id
endpoint
topics
}
}

Response

{
"data": {
"marketplaceAppSubscriptions": [
{
"id": "69ba68fa-a480-4fd4-bf25-049e5182155f",
"endpoint": "https://api.your-app.com/xxxxx",
"topics": ["Booking", "Order", "Space"]
}
]
}
}