Search code examples
uber-api

Uber API retrieve driver history


on Uber developer documentation i have seen that is possible to retrieve the histroy trip about user. Is possible to retrieve the list of driver trip with start city and end city into response?


Solution

  • The /trips endpoint with the Driver API is essentially /history for drivers. You are correct that this does not include end city, just the start city: https://developer.uber.com/docs/drivers/references/api/v1/partners-trips-get

    So if you need the destination location for Driver history, that is currently not possible with Driver API. Thanks for the request, but no changes imminent there.