Cancel a ongoing ride which was requested earlier by providing the ride id.
The ID of the ride
Type: string
Type: object
{
"cancel_confirmation_token" : "Token affirming the user accepts the cancellation fee. Required if a cancellation fee is in effect."
}
Estimate the cost of taking a Lyft between two points.
Latitude of the starting location
Type: number
Longitude of the starting location
Type: number
Latitude of the ending location
Type: number
Longitude of the ending location
Type: number
ID of a ride type
Type: string
Potential values: lyft, lyft_line, lyft_plus, lyft_premier, lyft_lux, lyft_luxsuv
The ETA endpoint lets you know how quickly a Lyft driver can come get you
Latitude of a location
Type: number
Longitude of a location
Type: number
Latitude of destination location
Type: number
Longitude of destination location
Type: number
ID of a ride type
Type: string
Potential values: lyft, lyft_line, lyft_plus, lyft_premier, lyft_lux, lyft_luxsuv
This operation has no parameters
Get a list of past & current rides for this passenger.
Restrict to rides starting after this point in time. The earliest supported date is 2015-01-01T00:00:00+00:00
Type: date-time
Restrict to rides starting before this point in time. The earliest supported date is 2015-01-01T00:00:00+00:00
Type: date-time
The maximum number of rides to return. The default limit is 10 if not specified. The maximum allowed value is 50, an integer greater that 50 will return at most 50 results.
Type: integer
The drivers endpoint returns a list of nearby drivers' lat and lng at a given location.
Latitude of a location
Type: number
Longitude of a location
Type: number
Get the status of a ride along with information about the driver, vehicle and price of a given ride ID
Get the receipt information of a processed ride by providing the ride id. Receipts will only be available to view once the payment has been processed. In the case of canceled ride, cancellation penalty is included if applicable.
The ride types endpoint returns information about what kinds of Lyft rides you can request at a given location.
Latitude of a location
Type: number
Longitude of a location
Type: number
ID of a ride type
Type: string
Potential values: lyft, lyft_line, lyft_plus, lyft_premier, lyft_lux, lyft_luxsuv
Request a Lyft come pick you up at the given location.
Ride request information
Type: object
{
"origin" : { },
"cost_token" : "A token that confirms the user has accepted current Prime Time and/or fixed price charges",
"destination" : { },
"ride_type" : "The ID of the ride type"
}
Add or update the ride's destination. Note that the ride must still be active (not droppedOff or canceled), and that destinations on Lyft Line rides can not be changed.
The ID of the ride
Type: string
The coordinates and optional address of the destination
Type: object
{
"lng" : "The longitude component of a location",
"lat" : "The latitude component of a location",
"address" : "A human readable address at/near the given location"
}
Add the passenger's 1 to 5 star rating of the ride, optional written feedback, and optional tip amount in minor units and currency. The ride must already be dropped off, and ratings must be given within 24 hours of drop off. For purposes of display, 5 is considered the default rating. When this endpoint is successfully called, payment processing will begin.