Skip to main content
This guide takes you from portal setup to your first hotel search. After this, continue through the booking flow guides.

1. Configure the Sandbox

Sign in at unifystays.com, select the Sandbox environment, then:
  1. Add the credentials for a hotel supplier.
  2. Enable the supplier.
  3. Create a sandbox API key.
Supplier credentials and API keys are managed directly in the portal.

2. Set Your API Key

Use the production base URL and a production API key only when you are ready to send live traffic.

3. Find a Destination

Use the returned type and matching ID in the search request: city_id for a city, hotel_id for a hotel, or place_id for a place. See Destination Autocomplete for complete fields, response details, and caching guidance.

4. Search Hotels

The response includes hotel results and a search_id. When pricing_mode is instant, poll for live supplier prices.
Merge data.updated_prices into your visible hotel list by hotel_id.

5. Continue to Rooms

Pick a hotel from the search response and request room options:
Each bookable room option includes a booking_token. Use that token in the prebook step. Continue with the Hotel Booking Flow or open any endpoint in the API Reference.