GET https://api.kordless.ai/api/calendar/v1/public/bookings/confirmation/{confirmation_number}
Retrieves booking details using the confirmation number. This endpoint uses contact verification instead of an API key, allowing customers to look up their own bookings.
# Lookup by emailcurl "https://api.kordless.ai/api/calendar/v1/public/bookings/confirmation/[email protected]"# Lookup by phonecurl "https://api.kordless.ai/api/calendar/v1/public/bookings/confirmation/BOOK_ABC123XYZ?contact=+1234567890"