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.