Uber Ride
Official Uber integration for booking rides, tracking trip status, and obtaining estimates. Implements strict multi-tenancy with mandatory OAuth token parameter for all calls. 100% Coverage of the ride-booking and estimation surface.
Cancel an active ride request. Requires OAuth token.
Retrieve available Uber products (e.g., UberX, XL) at a specific location. Requires OAuth token for multi-tenant safety.
Get ride estimates (price and duration) for a guest trip. Requires OAuth token.
Get price estimates for Uber rides between two locations. Requires mandatory token parameter for multi-tenant safety.
Retrieve details for a single Uber product using its product_id. Note: This does not reflect real-time availability or ETAs.
Get real-time ride details and status. Requires OAuth token.
Retrieve real-time time estimates (ETAs) for Uber products at a specific location. Requires OAuth token for multi-tenant safety.
Request a ride from Uber. Requires a fare_id from an estimate and an OAuth token.