Retrieve a single hotel by its ID.
GET/content/v1/hotels/:hotelId
Returns the content for one hotel, in the same shape as an entry in the hotels listing. Use this to refresh a single hotel without paging through its city.
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 500
Successful response
Bad Request
Unauthorized
The hotel does not exist, or is not available to you. Both cases return the
same response.
Too Many Requests
Internal Server Error