Reservio
Czech reservation system. Real bookings on the merchant's calendar.
How it works
Paste your Reservio Partner API client_id + client_secret + business_id (issued by support@reservio.com). We mint short-lived access tokens via client_credentials and POST JSON:API bookings to /v2/businesses/<id>/bookings on every agent call. Reservio doesn't expose webhooks, so we poll /bookings?sort=-createdAt hourly and surface deltas in your audit log.