GET /api/v1/reference/
Retrieve full detail for a single reference hotel by its UUID.Path parameters
string
required
The UUID of the reference hotel.
Response
string
required
Hotel UUID.
string
required
Hotel display name.
string
Country name.
string
City name.
string
Region or state.
number
Star rating.
number
Latitude coordinate, if available.
number
Longitude coordinate, if available.
object
Additional hotel metadata and embeddings.
Errors
Example
GET /api/v1/reference
Get a presigned URL to download the latest reference hotel inventory file.Query parameters
number
default:"60"
How many minutes the presigned URL remains valid. Defaults to 60.
Response
string
required
Presigned URL for downloading the reference inventory file directly. Valid for
expirationMinutes minutes. No additional X-API-Key header is needed when fetching this URL.