For questions about developing software that utilizes the Uber API. DO NOT ask customer support questions here. Please send those to Uber's customer support department.
Questions tagged [uber-api]
864 questions
5
votes
1 answer
Uber API v1.2/get/estimates/price - does it support surge_multiplier or not?
Uber API v1.2 Documentation GET /estimates/price contains an ambiguity in the definition of surge_multiplier support:
it is declared as one of the parameters of the response
but
not presented in the example of response
Additionally I checked answer…

Irina Mostkova
- 51
- 2
5
votes
1 answer
Uber logout/login with different user results in showing previous logged in user on iOS
I am currently using a SFSafariViewController to log users in the uber api. SFSafariViewController does not give you access to delete the uber cookies manually after logging out.
I have read this issue : How to remove access token from uber API…

gdorion
- 51
- 4
5
votes
2 answers
Uber API | Requesting Access Token for Ride request returns 'invalid_grant' error
I want users to request Uber rides from my app.
https://developer.uber.com/docs/rides/authentication
Under OAuth 2.0 section at the above url, there are 6 steps :
1. Authorize (done)
2. Receive Redirect (done)
3. Get an Access Token…

TheGuy
- 349
- 6
- 17
5
votes
0 answers
Uber API Request: All Vehicles Currently In Use
I'm making a ride request via the Uber API. I successfully make a request and get a response that it's in the Processing state. I then open my Uber app to watch until it goes into the Accepted state, but it never gets there. After about 15 seconds…

sethfri
- 1,307
- 1
- 15
- 31
5
votes
3 answers
What is the redirectURL I should put in my Uber app?
I'm reading Uber's sdk/api doc but I am a rookie and I don't know what the redirectURL should be. Is it a given url from Uber? Because I couldn't find it. Or is it an url for a webpage customized by app developer deployed their own server/local…

bolizhou
- 1,208
- 1
- 13
- 31
5
votes
1 answer
Uber API - Pay for other user ride. Possible?
We are developing an application where we need to pay for different users rides from our own credit card. Kinda Uber Business but without manual adding of accounts. Is it possible with Uber API?

Ilya
- 51
- 1
5
votes
1 answer
Uber api access_token goes bad and can not be refreshed
It is mentioned in oauth documentation at https://developer.uber.com/v1/auth/ that access token remains valid for 30 days. But I have started getting invalid credential error within a week. The exact error I am getting is:-
{"message":"Invalid OAuth…

ninja
- 183
- 1
- 12
4
votes
0 answers
Uber API Reporting: Reference between Report Request and Report Success Notification
We want to generate Uber Eats reports for multiple customers. Since everything is running on one system, the webhook notification for report generation will all arrive on the same local API.
Now wondering if there is a relation between the webhook…

Thomas Zweifel
- 627
- 1
- 6
- 19
4
votes
2 answers
How can I enable the scope eats.store and eats.menu for the UbertEats Api?
I'm trying to use the UberEats Api, but I can't make the authentication, the error I'm receiving is invalid_scope.
How can I enable the scopes eats.store and eats.order for my apps??
I'll really appreciate your help.

Juan Camilo Hernández Moreno
- 513
- 1
- 4
- 7
4
votes
2 answers
Uber server_token
Does Uber server_token expires like access_token ?
Note: Access tokens are valid for 30 days. The expiration time is specified in seconds in the ‘expires_in’ key of the token payload.
Can't find any documentation on server_token. TIA

Shahal
- 1,008
- 1
- 11
- 29
4
votes
1 answer
What are the cons of the riblet architecture in uber?
I am studying the current architecture of uber rider app and I got to know the current rider app was evolved from MVC to a specific architecture called riblet, which is designed on top of viper by Uber themselves. As I understood riblets is…

Sudeepa Nadeeshan
- 150
- 2
- 13
4
votes
1 answer
Uber Invalid OAuth 2.0 credentials provided Uber Authentication In android
Im integration uber ride request api. I successfully authenticated the uber account . I can get user history and user profile from uber api but I am not getting v1.2/requests/estimate.But when i request ride . using the below code ...
Im getting…

Rohan Chavan
- 177
- 1
- 10
4
votes
2 answers
Why do I get two UberPool products in the APIs?
I get two UberPool products in the following APIs:
api.uber.com/v1/estimates/time
api.uber.com/v1/estimates/price
api.uber.com/v1/products
Why do I get two products? How are they different?
Example…

Paagalpan
- 1,261
- 2
- 16
- 25
4
votes
1 answer
How to remove access token from uber API while logout?
I am doing integrate uber sdk using oAuth2Client in ios.I got access token using
" https://login.uber.com/oauth/v2/token" but when I was trying to remove token using "https://login.uber.com/oauth/revoke" I got response code "200" but access token…

Donal
- 6,082
- 2
- 19
- 30
4
votes
1 answer
Unable to Authorize with Uber. Duplicate redirect_uri parameter
Since Friday, March 11 it is impossible to authorize with Uber.
Once user is prompted to Approve (Accept) Application permissions uber response with the following error (redirects to URL with following…

SublimeYe
- 482
- 3
- 14