Hetras Certification Hotel
Connector for the hetras-certification-hotel API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.hetras-certification.net - Auth:
bearer(pass your key via theapiKeyinput)
Operations
hotels_gethotels— GET /api/hotel/v0/hotels — Get a list of all the hotels of a chain your application has access to.hotels_gethotel— GET /api/hotel/v0/hotels/{hotelId} — Get the details of the hotel with the speccified hotel id.codes_getcodes— GET /api/hotel/v0/hotels/{hotelId}/codes — Get a list of codes for the specified hotel either filtered by type or code.codes_getcode— GET /api/hotel/v0/hotels/{hotelId}/codes/{id} — Get all the details for a specific code available for the hotel.rateplans_getrateplans— GET /api/hotel/v0/hotels/{hotelId}/rateplans — Get a list of rateplans for the specified hotel id matching the filter criteria.rateplans_getrateplanscount— GET /api/hotel/v0/hotels/{hotelId}/rateplans/$count — Get the count of all rateplans in the hotel matching the given filter criteria.
Inputs
apiKey— your hetras-certification-hotel API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: hotels_gethotels
apiKey: <your key>