impala.travel

Add room selling to your app with ease, or expand your existing hotel portfolio. Access all the marketing material you need to sell a room, from hotel amenities to images. Constantly updated, ever expanding and always correct. Impala allows you to start selling hotel rooms and earn a commission with

🔑 apikey 10 endpoints ecommerce
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (2 total)

# See https://github.com/apache/impala-udf-samples
# See https://github.com/laserson/impala-udf-devel
curl examples
List all hotels
curl \
  -H "x-api-key: $API_KEY" \
  https://sandbox.impala.travel/v1/hotels
List all bookings
curl \
  -H "x-api-key: $API_KEY" \
  https://sandbox.impala.travel/v1/bookings
Retrieve a hotel
curl \
  -H "x-api-key: $API_KEY" \
  https://sandbox.impala.travel/v1/hotels/{hotelId}
Endpoints (10 total)
GET
/hotels
List all hotels
GET
/bookings
List all bookings
GET
/hotels/{hotelId}
Retrieve a hotel
GET
/bookings/{bookingId}
Retrieve a booking
GET
/hotels/{hotelId}/rate-plans
List all rate plans (rate calendar) for a hotel (Beta endpoint)
GET
/hotels/{hotelId}/rate-plans/{ratePlanId}
List a rate plan (rate calendar) for a hotel (Beta endpoint).
POST
/bookings
Create a booking
PUT
/bookings/{bookingId}
Change a booking
PUT
/bookings/{bookingId}/booking-contact
Change a booking contact
DELETE
/bookings/{bookingId}
Cancel a booking
Language coverage
unknown
1
C
1
At a glance
Total SDKs2
Languages2
Endpoints10
Authapikey
Categories1
https://sandbox.impala.travel/v1