Reputation: 11
I am developing a web app where I integrated Uber APIs. Now, I would like the user to request for multiple cabs using Uber APIs from our app. Is it possible to request for multiple cabs using Uber API from our app anyway?
Upvotes: 1
Views: 120
Reputation: 1053
No, the same user cannot request multiple Uber rides at the same time, this would return the following error: "409 current_trip_exists The user is currently on a trip."
And is documented on our developer documents here: https://developer.uber.com/docs/riders/references/api/v1.2/requests-post
Upvotes: 1