Skip to content

Overview

Find the destinations you can query and sell through Wink: properties, cities, countries, islands and attractions.

The usual flow is two calls. Use Search as your user types to offer suggestions, then take the urlName of whichever one they pick and pass it to Get to resolve the full record and confirm you are allowed to sell it.

Both calls cost ONE unit each, whatever they return — not the per-night pricing that Inventory and Search bill. Driving an autocomplete from Search is therefore cheap, but it is not free: budget a unit per request you send and debounce your input accordingly.