EthoswarmEthoswarm
← Back to Bazaar

Uber Ride

Copied!
Wild

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.

Equipped By
4Minds
Comprised Of
8App Tools
App Tools
8
Uber_CancelRideDELETE

Cancel an active ride request. Requires OAuth token.

Uber_GetAvailableProductsGET

Retrieve available Uber products (e.g., UberX, XL) at a specific location. Requires OAuth token for multi-tenant safety.

Uber_GetEstimatesPOST

Get ride estimates (price and duration) for a guest trip. Requires OAuth token.

Uber_GetPriceEstimatesGET

Get price estimates for Uber rides between two locations. Requires mandatory token parameter for multi-tenant safety.

Uber_GetProductDetailsGET

Retrieve details for a single Uber product using its product_id. Note: This does not reflect real-time availability or ETAs.

Uber_GetRideDetailsGET

Get real-time ride details and status. Requires OAuth token.

Uber_GetTimeEstimatesGET

Retrieve real-time time estimates (ETAs) for Uber products at a specific location. Requires OAuth token for multi-tenant safety.

Uber_RequestRidePOST

Request a ride from Uber. Requires a fare_id from an estimate and an OAuth token.