authenticate and manage products, availability, and bookings via the regiondo api
domain: support.regiondo.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
generate a Public and Private API key pair from the Regiondo Dashboard under Connectivity > API configuration > Generate keys
set up a Sandbox Environment account and publish test offers there, since Live-account offers do not appear in Sandbox and cannot be fetched with the Public key
review the full endpoint reference in Regiondo's sandbox API docs, which documents two workflow phases: Catalog Management (categories/offers) and Checkout Process (availability, booking, confirmation)
authenticate each request using HMAC: build a request_data string from timestamp + PUBLIC_KEY + query string, sign it with HMAC-SHA256 using the Private key, and send it as the X-API-HASH header alongside X-API-TIME (timestamp) and X-API-ID (public key)
query the availability/checkout endpoints to check offer availability, then submit a booking request through the Checkout Process endpoints to confirm it
move from sandbox to production by dropping the sandbox prefix from the base URL and using live keys once testing is complete
Known gotchas
API access is gated to Regiondo's Pro plan tier — it is not available on lower-tier plans
never send the Private key in a request; only the Public key travels with API calls, the Private key is used locally to compute the HMAC signature
a common integration failure is a 401 Unauthorized caused by malformed headers, an incorrectly generated HMAC, or unencoded commas in date range parameters (must be URL-encoded)
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?