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

Request Quotes

This endpoint will return a list of quotes by the fleets who serve the location. You can either request a trip for a future date-time or ASAP (by leaving the date-time blank). You can also, optionally, specify the number of passengers and luggage.
The response will contain a quote list id and a validity period in seconds (presently the defaults for ASAP and prebooks are 300 and 600 seconds, respectively).

Body Params

Request body

string
required
length between 1 and 255

Internal place identifier for a location of pickup. You can find the id for a place using the location endpoints.

string
required
length between 1 and 255

Internal identifier for a location of destination. Note that the destination_place_id should be different from the origin_place_id

string

Date/time of the required pickup (in YYYY-MM-DDTHH:MM format). You can leave this empty for an immediate trip.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

id which can be used when calling the quotes/{id} endpoint, to retrieve these quotes.

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