> For the complete documentation index, see [llms.txt](https://docs.hostelmate.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hostelmate.co/api-documentation/bookings.md).

# Bookings

Manage reservations, view booking details, and track booking logs.

## Endpoints

* [List Bookings](/api-documentation/bookings/list.md) - Retrieve a list of bookings with optional filters.
* [Get Booking](/api-documentation/bookings/get.md) - Fetch detailed information for a specific booking.
* [Create Booking](/api-documentation/bookings/create.md) - Create a new reservation.
* [Update Booking](/api-documentation/bookings/update.md) - Modify an existing reservation.
* [Delete Booking](/api-documentation/bookings/delete.md) - Remove or cancel a booking.
* [Booking Logs](/api-documentation/bookings/logs.md) - View the history of changes for a booking.
