Tours Hub connects to your existing stack
Whether you run a dedicated reservation management system, a custom-built booking site, or just a spreadsheet — Tours Hub connects via REST API, webhooks, or CSV import. No proprietary connector required.
Tour & Activity Booking Platforms
Reservation Management System
Connect your existing reservation software via webhook to push confirmed bookings into Tours Hub and keep availability in sync.
Channel Manager
If you already use a channel manager for other distribution channels, the Tours Hub API can receive and push availability updates in real time.
Spreadsheet / CSV Import
No software required for smaller operators — import your tour product catalog and availability via CSV for a fast initial setup.
Payment & Finance Integrations
International Payment Gateway
Tours Hub processes payouts through vetted payment rails supporting USD and COP transfers to Colombian and international bank accounts.
Bank Transfer (ACH / SWIFT)
Payout settlements via bank transfer to Colombian banks on Starter/Growth/Network payout schedules.
Accounting Export
Export payout and booking reports in CSV format compatible with standard accounting tools used in Latin America.
Website Builders & CMS
Website Builder Embed
Network tier operators can embed the Tours Hub white-label booking widget on any website builder that supports JavaScript embeds.
CMS / WordPress
Use the Tours Hub JavaScript embed to surface live availability and booking on a CMS-based tour operator website.
Custom Web Application
Build a fully custom booking experience using the Tours Hub REST API. Availability, booking creation, and webhook events all documented.
POST https://your-endpoint.com/webhooks/thb
{
"event": "booking.confirmed",
"booking_id": "bkg_9fx2wq",
"tour_id": "thr_xk4p8m",
"date": "2026-07-15",
"pax": 3,
"net_total_usd": 216.00
}
Build your own integration
REST API documentation available for Growth and Network tier operators. Covers availability queries, booking creation, cancellation flows, and webhook event subscriptions for confirmed, modified, and cancelled booking states. API keys are scope-limited — availability-read credentials don't carry booking-write permissions.