Endpoint Not Implemented: The current API does not have a dedicated endpoint for retrieving a single reservation by ID. To get a specific reservation, use the List Reservations endpoint (
GET /reserve/get) and filter the results client-side.Alternative Approach
To retrieve a specific reservation:- Call the
GET /reserve/getendpoint to retrieve all reservations - Filter the results by
id_reservationon the client side