Peek Pro is the booking and operations platform that experience operators—tour, activity, rental, and attraction businesses—run to sell, schedule, and manage their bookings. An unofficial API lets you programmatically pull bookings, customers, activities, availability, and payments, and push updates like new reservations, reschedules, and cancellations back into Peek Pro—without waiting on OCTO reseller approval or building against a partner-gated surface.

Peek Pro is booking and operations software from Peek Travel Inc. used by thousands of experience operators—tour, activity, rental, class, and attraction businesses—to sell, schedule, and manage their bookings. Operators run online booking, an in-person point of sale, dynamic pricing, add-ons and bundles, payments, automated marketing, and reporting on Peek Pro, while also reaching consumers through the Peek.com marketplace and reseller channels.
Core product areas include:
Common data entities:
Operators run their entire schedule, cash flow, and customer base on Peek Pro every day, but getting that data out programmatically is harder than it looks:
Supergood reverse-engineers the authenticated Peek Pro dashboard alongside the OCTO Reseller API to deliver a resilient API layer over your own Peek Pro account—covering the operator-owned data the reseller spec leaves out.
Use Peek Pro with AI agents: Peek Pro MCP Server →
Book a 30-minute session to confirm your modules, distribution channels, and authentication model.
We deliver a production-ready Peek Pro adapter tailored to your account, inventory, and entitlements.
Go live with continuous monitoring and automatic adjustments as Peek Pro evolves.
Authentication
/authenticateAuthenticate to a Peek Pro account using operator credentials and MFA, and obtain a session token for downstream calls.
Bookings
/bookingsList bookings and reservations with filters for activity, date range, channel, and status.
Bookings
/create_bookingCreate a new reservation against an activity and availability slot, including add-ons and customer detail.
Availability
/availabilityRetrieve real-time availability and capacity for activities across scheduled dates and times.
Customers
/customersPull customer and guest records, including contact detail and booking history.
Payments
/paymentsRetrieve payments, refunds, and invoice detail tied to bookings and orders.
- Pull bookings, reservations, and add-ons from Peek Pro into a data warehouse or CRM - Stream availability and capacity changes to downstream scheduling and ops tools - Keep activity and product catalogs in sync across channels
- Consolidate customer and guest records across activities into a single profile - Reconcile payments, refunds, and invoices against bookings for finance reporting - Feed marketing tools with purchase history and contact detail
- Create, reschedule, and cancel reservations programmatically without portal clicks - Trigger manifests and capacity updates when bookings change - Apply add-ons and pricing rules at booking time
- Reconcile inventory across Peek.com, the OCTO reseller API, and direct booking - Detect overbooking and capacity conflicts across distribution surfaces - Surface channel-level booking and revenue data for reporting
Authentication
Operator credentials plus MFA handled in a managed session; OCTO Bearer tokens used where the reseller surface applies
Connectivity
Authenticated Peek Pro dashboard flows plus the OCTO Reseller API over HTTPS where exposed
Response format
Normalized JSON across Bookings, Availability, Customers, Activities, and Payments objects
Rate limits
Adaptive throttling tuned to your account to avoid Peek-side limits
Session management
Automatic session refresh, MFA replay handling, and credential rotation
Data freshness
Near real-time pulls for bookings and availability with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for booking confirmations, updates, and cancellations, aligned with OCTO webhook capabilities
Latency
Sub-second reads on cached entities; multi-second writes when posting reservations and payments
Throughput
Horizontally scaled workers sized to peak-season booking volume
Reliability
Retry, backoff, and idempotency keys for bookings, reschedules, and refunds
Adaptation
Continuous monitoring of Peek Pro dashboard and OCTO API changes with automatic adjustment
Peek publishes the OCTO Reseller API, which is built for distribution partners reselling inventory and requires a Request Access partnership before a Bearer token is issued. It does not give an operator full read/write access to their own customers, payments, and portal-only workflows. Supergood works against your own authenticated Peek Pro account to cover that operator-owned data.
No. Supergood operates against your existing Peek Pro account and authenticated sessions. We use the OCTO surface only where it's already available to you; the operator-owned data flows through the authenticated dashboard.
Yes. The API supports read and write, so you can create reservations, apply add-ons, reschedule, and cancel programmatically, with idempotency safeguards on write operations.
Supergood reconciles booking and availability state across the dashboard, the OCTO reseller surface, and the Peek.com marketplace, and can surface capacity conflicts before they become overbookings.
Where the supplier has enabled the OCTO webhooks capability, Supergood subscribes to booking confirmation, update, and cancellation events; otherwise we deliver equivalent event callbacks through change detection on the authenticated surface.