Introducing the Luxury Vehicle Tag

We're adding luxury options to the Karhoo Platform!

What's New?

The new Luxury tag supports the growing diversity of the Karhoo marketplace with suppliers that are able to meet the highest standards in ground transportation.

This new tag is available as a part of the vehicle object found in our Quotes and Bookings APIs.

...
    "vehicle": {
        "type":"standard",
        "passenger_capacity": 3,
        "luggage_capacity": 2,
        "tags": [
          "electric", "luxury"
        ]
     }
...

See here for more details.