Guest Booking
GET /api/v1/guest/bookings/{token}Manage a booking via magic-link token — no auth required
Load Guest Booking
Get token from DB:
SELECT token_hash FROM booking_magic_links WHERE booking_id = '...'; — paste the token_hash value directly, or use the magic_link_token from the booking creation response.Leave a Review
POST /guest/bookings/{token}/review — token from the review-request email (separate from the manage token)