action viator_taxonomy_destinations { label: "/taxonomy/destinations" description: "Get details of all destinations supported by this API\n- Retrieves all the country taxonomy/city nodes as a flat list\n- Returns a complete list of Viator destinations, including destination names and parent identifiers\n- Used to provide navigation through drill down lists or combo boxes\n" provider: viator method: GET path: "/taxonomy/destinations" encoding: json output: { type: "object" } }