Heads up: Try-it only works on pk_-scoped, CORS-enabled endpoints (availability, quotes, holds, calendar, checkout). sk_/operator endpoints are documented for reading but must be called server-side — a browser gets no CORS headers on those and a secret key must never be typed into a browser page.← Back to docsWhich endpoints does try-it actually reach?
GET /v1/availabilityGET /v1/resourcesGET /v1/resources/{id}GET /v1/resources/{id}/calendarPOST /v1/quotesPOST /v1/holdsPOST /v1/holds/{reservationId}/confirmPOST /v1/holds/{reservationId}/otpPOST /v1/holds/{reservationId}/otp/verifyPOST /v1/holds/{reservationId}/checkout-session