Uber API - driver

Currently, the Uber API allows you to enter the "driver" and then determine if the driver has a current "in_progress" request. My app needs to check in real time if an API authenticated driver (via OAuth) is currently driving passengers. It looks like most of the API is from the rider's point of view, not the driver.

+3


source to share


1 answer


I think there are currently no APIs for the driver, only rider clients can now make requests to Uber endpoints.



+3


source







All Articles