Sync escape-room products, availability and bookings to the Rezdy supplier API
domain: developers.rezdy.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Generate a supplier API key from your Rezdy account under Developer / API Keys, noting that new key requests can take up to 48 hours to process
Append apiKey as a query parameter on every request to the Rezdy Supplier API
Call the products endpoint to retrieve your listed experiences, filtering by attributes like location, category, or rate type as needed
Call the availability endpoint to pull current openings and pricing for a given product and date range
Use the bookings endpoint to create, retrieve, or manage bookings, paging results with offset and limit query parameters since responses default to 100 items per page
If you run your own separate booking system instead of managing inventory directly in Rezdy, integrate via RezdyConnect instead, where you host the API endpoints and Rezdy's channel manager calls into your system
Known gotchas
Rezdy Supplier API (you call Rezdy) and RezdyConnect (Rezdy calls you) are architecturally opposite integration modes — pick based on where your inventory system of record actually lives
API key provisioning is not instant (up to 48 hours), so it can't be scripted into a same-day self-serve signup flow
List endpoints paginate at 100 items by default; a naive integration that doesn't loop on offset/limit will silently miss records once a catalog or booking list exceeds that page size
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?