Regiondo is an all-in-one booking platform for tours, activities, and attractions, handling online reservations, payments, POS, ticket scanning, and distribution across 200+ OTAs through its channel manager. Its API lets suppliers programmatically pull products, availability, orders, bookings, tickets, and vouchers—and push actions like cancellations and ticket-code updates back into Regiondo, with booking confirmations delivered to a configurable callback URL.

Regiondo is an all-in-one booking software platform built for the travel and leisure industry, enabling tours, activities, attractions, and destinations to manage reservations, accept payments, and distribute their offerings across multiple sales channels. Operators use Regiondo to take online bookings, process payments in multiple currencies, run an on-site POS, scan tickets, manage resources, and sell through 200+ OTA connections such as GetYourGuide, Viator, and Civitatis via its channel manager.
Core product areas include:
Common data entities:
Operators run daily reservation and ticketing workloads on Regiondo, but turning its supplier API and dashboard-driven workflows into reliable automation is non-trivial:
Supergood handles Regiondo's HMAC-signed supplier API and dashboard-driven callback flows to deliver a resilient, normalized API layer for your Regiondo account—across products, availability, orders, tickets, and vouchers.
Use Regiondo with AI agents: Regiondo MCP Server →
Book a 30-minute session to confirm your products, channels, and API key setup.
We deliver a production-ready Regiondo adapter tuned to your supplier account and callback configuration.
Go live with continuous monitoring and automatic adjustments as Regiondo evolves.
Authentication
/authenticateEstablish an authenticated session using your Regiondo public/private keys with HMAC-signed X-API-HASH, X-API-TIME, and X-API-ID headers.
Catalog
/productsList products, categories, options, and pricing configured in your Regiondo supplier account.
Catalog
/availabilityRetrieve availability and time slots for products across dates to drive booking and channel sync.
Bookings
/ordersPull orders and bookings, including sold items, ticket codes, calculated amounts, and commissions, with type and status filters.
Bookings
/create_orderPlace a new booking against a product and time slot, returning order and ticket details once confirmed.
Tickets
/cancel_ticketsCancel sold tickets by reference id or ticket code for bookings placed via the API.
- Pull products, categories, and options from Regiondo into your own storefront or data warehouse - Push availability and time-slot data to downstream channels and marketplaces - Keep pricing and option configuration consistent across 200+ OTA connections
- Stream confirmed bookings and generated tickets from the Callback-URL into your operations tools - Pull orders with ticket codes, calculated amounts, and commissions for reporting - Trigger ticket-code cancellations for API-placed bookings without dashboard clicks
- Reconcile orders, payments, and disbursements into accounting and AR systems - Surface voucher-type bookings that are excluded from default booking responses - Match OTA commissions and net amounts against payout records
- Consolidate customers, bookings, and ticket scans across products into one customer 360 - Feed visitor and sales analytics into BI and marketing tools - Automate post-booking communications and resource scheduling
Authentication
HMAC request signing with X-API-HASH, X-API-TIME, and X-API-ID headers derived from public/private keys, managed server-side
Connectivity
Regiondo supplier REST API (base /v1) plus dashboard-configured Callback-URL events, surfaced through a normalized layer
Response format
JSON for all responses including data and errors, normalized across products, orders, tickets, and vouchers
Rate limits
Adaptive throttling tuned to your supplier account to avoid Regiondo-side limits
Session management
Automatic timestamp/HMAC regeneration and credential rotation with private keys never exposed in calls
Data freshness
Near real-time pulls for orders, availability, and tickets with optional scheduled batch syncs
Security
Encrypted credential vault, scoped keys, SOC 2-aligned controls, and audit logging
Webhooks
Callback-URL events for confirmed bookings and generated tickets, configurable under Shop Configuration in the dashboard
Latency
Sub-second reads on cached catalog and availability; multi-second writes when placing or cancelling bookings
Throughput
Horizontally scaled workers sized to peak booking and channel-sync volume
Reliability
Retry, backoff, and idempotency handling for order creation and ticket cancellations
Adaptation
Continuous monitoring of Regiondo API versions, callback changes, and OTA channel configuration drift
Regiondo uses HMAC-based request signing. Each call includes X-API-HASH, X-API-TIME, and X-API-ID headers computed from your public and private keys. Supergood generates and rotates these server-side and never sends your private key in calls.
Yes. Regiondo delivers booking confirmations and generated tickets to a Callback-URL you configure in the dashboard. Supergood receives those callback events and reconciles them against order data so your systems stay in sync.
Bookings with a Paid (voucher) payment status carry the type voucher, and the default bookings response returns only standard booking-type records. Supergood surfaces voucher-type bookings explicitly so reconciliation stays complete.
Ticket-code cancellations apply to bookings placed via the API. Supergood handles cancellation by reference id or ticket code and reconciles results against OTA-originated bookings that follow different rules.
Yes. Regiondo's channel manager distributes to 200+ OTAs such as GetYourGuide, Viator, and Civitatis. Supergood keeps products, availability, and pricing consistent across those channels through the normalized API layer.