E-commerce platforms
impala.travel:hotels
Impala Hotel Booking sandbox and mock API
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 every booking in hours. Getting started is easy: > **1. Sign-up within seconds**: Head to the [Impa Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 10
- Collections
- -
- Event types
- -
example request
curl https://your-impala-travel-hotels.slurry.io/v1/bookings \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.003.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
All 10.
- GET/bookings
- POST/bookings
- GET/bookings/{bookingId}
- PUT/bookings/{bookingId}
- DELETE/bookings/{bookingId}
- PUT/bookings/{bookingId}/booking-contact
- GET/hotels
- GET/hotels/{hotelId}
- GET/hotels/{hotelId}/rate-plans
- GET/hotels/{hotelId}/rate-plans/{ratePlanId}