Impala Hotels
Connector for the impala-hotels API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://sandbox.impala.travel/v1 - Auth:
header:x-api-key(pass your key via theapiKeyinput)
Operations
listbookings— GET /bookings — List all bookingsretrievebooking— GET /bookings/{bookingId} — Retrieve a bookinglisthotels— GET /hotels — List all hotelsretrievehotel— GET /hotels/{hotelId} — Retrieve a hotellistrateplansforhotel— GET /hotels/{hotelId}/rate-plans — List all rate plans (rate calendar) for a hotel (Beta endpoint)listrateplanforhotelforrateplanid— GET /hotels/{hotelId}/rate-plans/{ratePlanId} — List a rate plan (rate calendar) for a hotel (Beta endpoint).
Inputs
apiKey— your impala-hotels 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: listbookings
apiKey: <your key>