Skip to main content
GET
Use this endpoint for a property detail page or any static hotel information needed around a booking flow. It returns content from the Unifystays local catalogue rather than making a supplier API call.

Request Example

What It Contains

The response includes descriptive copy, location, contact information, check-in policy, facilities, photos, hotel-level policies, and the static room catalogue with amenities, bed types, and room photos.
Hotel content is static, non-pricing data and can be cached according to your product’s content-freshness policy. It does not guarantee a current price, room availability, or a bookable rate.
Use Get Room Options after the customer selects the hotel and stay details. Use this endpoint’s content to enrich the property page, not as a replacement for live availability. The OpenAPI section below provides the complete hotel-content response schema.

Authorizations

x-api-key
string
header
required

Environment-specific API key created in the Unifystays portal

Headers

Path Parameters

hotelId
string
required

Internal hotel_id (bigint stored as string).

Example:

"10001"

Response

Hotel content returned successfully.

success
boolean
required
Example:

true

message
string
required
Example:

"Hotel content fetched successfully"

data
object
required