These docs are for v1.0. Click to read the latest docs for v2.0.

Retrieve Quote List

Get the trip quotes for the given ID.
The response payload will contain a list of quotes that is asynchronously populated. It will be updated with additional records as more responses are received from our fleet partners. This should happen reasonably quickly but demand partners may have constraints on their side that cause delays. So you should poll for updates for the longest period that your service performance allows.
You could keep polling while the status is “Progressing”. After 30 seconds the status will change to “Complete”, and the quote list items will no longer be updated. The status of “Complete” might occur before 30 seconds, if the Karhoo system has received a quote from all available fleets in the area.
Each line in the quote list will contain features of the quoted vehicle. Such as the class of vehicle and its capacity (maximum number of passengers and luggage). So, if you want a feature or minimum capacity you will need to filter this list.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the Quote-list

Query Params
integer

Filter out vehicles incapable of carrying this number of passengers

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

id as a valid identifier. The response will contain the currently available quotes from the fleets. It will also contain a status field which shows whether the quotes are still being populated.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*