Hetras Certification Booking
Connector for the hetras-certification-booking 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
addons_get— GET /api/booking/v0/addons — Get a list of offers for addon services for the specified guest stay details.availability_get— GET /api/booking/v0/availability — Gets the availability and occupancy for a specific hotel and timespan.blocks_getblocksasync— GET /api/booking/v0/blocks — Gets a list of blocks.blocks_getblockscountasync— GET /api/booking/v0/blocks/$count — Get total blocks count that match the given filter criteria.blocks_getsingleblockasync— GET /api/booking/v0/blocks/{blockCode} — Gets the details for a specific block.bookings_getbookings— GET /api/booking/v0/bookings — Find bookings matching the given filter criteria.
Inputs
apiKey— your hetras-certification-booking 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: addons_get
apiKey: <your key>