Retrieves a specific booking for a customer.
GET/api/customer/:customerId/bookings/:bookingId
This endpoint verifies that the booking belongs to the specified customer before returning the details.
Request
Responses
- 200
- 400
- 403
- 404
Returns the booking details
Api Error
Unauthenticated user
Booking not found or not associated with the customer