Skip to main content
Question

API for Guest Numbers etc

  • August 4, 2026
  • 2 replies
  • 35 views

Hey,

Is there anything in the marketplace that lets me fetch guest numbers etc to use on an internal webpage? We have a backoffice/internal webpage to manage conferances and events but we want to have “Todays Guest numbers” avalible on this page so all employees can see it without accessing Mews. Is there a way for this? Claude tells me there is but not how :D 

2 Replies

  • Author
  • Community Newcomer
  • August 5, 2026

Maybe im explaining it wrong or posted it wrong but see the screenshot above. I want exactly this enbedded into our own page:

 

 


josue.orellana
Community Ambassador
Forum|alt.badge.img+1
  • Community Ambassador
  • August 14, 2026

Hello ​@alexander

I’m Josue - one of the Community Ambassadors - and I’m happy to help clarify your question regarding displaying today’s guest numbers from Mews on your internal webpage.

The screenshot appears to be the Mews Business Intelligence “Guests by age category” view. If you need that exact dashboard and layout, Mews BI is rendered through an authenticated embedded dashboard, so it is not necessarily a matter of copying a public iframe URL into another website.

For your use case, the more straightforward option would be a small private, read-only integration using the Mews Connector API:

  • Your internal webpage calls your own backend service.

  • The backend securely calls Mews reservations/getAll using the Connector API.

  • It filters reservations for the property’s current day and aggregates the PersonCounts values by age category.

  • It can then display cards such as Guests present, In-house, Arrivals, and Departures, with the same definitions and date/time-zone logic agreed with the hotel.

This would not need to be a publicly listed Marketplace application. You would typically create a private Connector API integration, request only the read permissions required, and keep the Client Token and property Access Token on the server side - not in browser JavaScript.

The Connector API documentation is here: Mews Connector API

For the private-integration process, see Private integration journey.

If you have any questions, we are here! 😎

~ Best regards,