Viator
Connector for the viator API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://viatorapi.viator.com/service - Auth:
header:exp-api-key(pass your key via theapiKeyinput)
Operations
bookingavailabilitydates— GET /booking/availability/dates — /booking/availability/datesbookinghotels— GET /booking/hotels — /booking/hotelsbookingmybookings— GET /booking/mybookings — /booking/mybookingsbookingpastbooking— GET /booking/pastbooking — /booking/pastbookingbookingvoucher— GET /booking/voucher — /booking/vouchercancellationreasons— GET /bookings/cancel-reasons — /bookings/cancel-reasons
Inputs
apiKey— your viator API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: bookingavailabilitydates
apiKey: <your key>