Applies to:
Stayntouch PMS
Stayntouch PMS Juyo Analytics
Juyo Analytics ingests reservation, inventory, revenue, and group data from Stayntouch for analytics and AI-powered reporting. The integration is read-only—no data is written back to the PMS.
- Pull reservations (historical backfill and daily incremental delta)
- Pull hotel settings
- Pull inventory
- Pull group
The integration can be used globally.
WEBHOOK USAGE (Available to move to a webhook/callback approach if needed.)
- There are no webhooks in use.
API USAGE
- GET /reservations once for daily incremental.
- GET /reservations/{id}/revenue
- GET /bills/revenue
- GET /inventories
- GET /groups
- GET /groups/{id}/custom_group_addons
- GET /groups/{id}/room_rates
- GET /hotels/{id}/room_types
- GET /hotels/{id}/rates
- GET /hotels/{id}/sources
- GET /hotels/{id}/charge_groups
- GET /hotels/{id}/charge_codes
GENERATING OAUTH KEYS
- Stayntouch Implementations will generate API OAuth keys to Juyo Analytics.
- client_id
- client_secret
- hotel_id
- API endpoints