hetras-certification.net

API provider — hetras-certification.net:hotel

21 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Get a list of all the hotels of a chain your application has access to.
curl \
  /api/hotel/v0/hotels
Get the details of the hotel with the speccified hotel id.
curl \
  /api/hotel/v0/hotels/{hotelId}
Get a list of codes for the specified hotel either filtered by type or code.
curl \
  /api/hotel/v0/hotels/{hotelId}/codes
Endpoints (21 total)
GET
/api/hotel/v0/hotels
Get a list of all the hotels of a chain your application has access to.
GET
/api/hotel/v0/hotels/{hotelId}
Get the details of the hotel with the speccified hotel id.
GET
/api/hotel/v0/hotels/{hotelId}/codes
Get a list of codes for the specified hotel either filtered by type or code.
GET
/api/hotel/v0/hotels/{hotelId}/rooms
Get a list of rooms using the provided filtering and pagination criteria.
GET
/api/hotel/v0/hotels/{hotelId}/rateplans
Get a list of rateplans for the specified hotel id matching the filter criteria.
GET
/api/hotel/v0/hotels/{hotelId}/codes/{id}
Get all the details for a specific code available for the hotel.
GET
/api/hotel/v0/hotels/{hotelId}/room_types
Get a list with the details of all room types for for the specified hotel id.
GET
/api/hotel/v0/hotels/{hotelId}/rooms/$count
Get the count of all rooms in the hotel matching the given filter criteria.
GET
/api/hotel/v0/hotels/{hotelId}/rooms/available
Request available rooms using a given criteria.
GET
/api/hotel/v0/hotels/{hotelId}/rateplans/$count
Get the count of all rateplans in the hotel matching the given filter criteria.
GET
/api/hotel/v0/hotels/{hotelId}/room_types/{code}
Get all the details for a specific room type in the hotel.
GET
/api/hotel/v0/hotels/{hotelId}/rooms/{roomNumber}
Get all the details for a specific room in the hotel.
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints21
Other Hetras APIs (1)
booking