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
3
votes
1 answer
Uber deeplink Android app
Uber app open but pickup and dropoff location not set in correspond fields. Code and uri get from https://developer.uber.com/docs/riders/ride-requests/tutorials/deep-links/introduction#android client_id my own.
public class MainActivity extends…

icebail
- 269
- 2
- 14
3
votes
0 answers
Uber API and Uber APP doesn't return the same price
I am playing with the Uber API (https://developer.uber.com/docs/rides/api/v1-estimates-price) and I don't understand why I have two different estimation price for UberPOOL for the same trip at the same time.
On the Uber app, the surge multiplier is…

Guillaume
- 586
- 3
- 21
3
votes
1 answer
Uber RideRequestButton gets stuck at "Requesting"
I am implementing the RideRequestButton to open up the UBER activity to request cabs which is provided by the UBER SDK.
After selecting the source and destination when I click the "request uberx" button it shows "requesting" but nothing happens…

Sourav301
- 1,259
- 1
- 14
- 24
3
votes
1 answer
pass parameter to uber callback URL Oauth2
I am new to Oauth2,
I'm trying to make an api request for an authorization code from uber.
As part of this authorization request, I need to send my user to an uber Oauth page with my client ID, scope and desired response type in params. When uber…

snowflakekiller
- 3,428
- 6
- 27
- 45
3
votes
1 answer
How to participate in Uber Affiliate Program with oAuth
According to Uber documentation a new user should be referred via: "https://m.uber.com/sign-up?client_id=YOUR_CLIENT_ID"
So, is there a way to refer a new user using oAuth authentication with:
GET https://login.uber.com/oauth/v2/authorize?
And…

SublimeYe
- 482
- 3
- 14
3
votes
1 answer
Webhooks not receiving Uber callback
I have configured my application to receive callbacks on sandbox request api status changes, but I have not been receiving any call to my webhook url. I have been able to test my web hook url with a post and it works so I dont think its the url that…

Olabayo
- 41
- 1
- 4
3
votes
1 answer
Integrating uber API(deeplinking) on Android app
Hi I want to integrate Ride with uber button on my APP. I made get request to api with parameters
'server_token': 'ma***********************u',
'start_latitude',
'start_longitude',
'end_latitude'
'end_longitude'.
and I got the response:
{
…

Abdul Khalid
- 174
- 2
- 13
3
votes
1 answer
Unable to get access token-Uber API
I am following the authentication document by Uber to perform OAuth 2.0 for my application. I am not able to access token (Step 3). It is continuously giving me "error:access denied". I am not able to figure out why is this issue coming. I provided…

Vrushank Doshi
- 2,428
- 5
- 20
- 34
3
votes
1 answer
How does Uber app defines the limit to maximum signups for a device?
I got an old phone to operate on. This phone already had an Uber app which the previous user was using. I reinstalled Uber app and register there with my email id and phone number.However, now I am not able to add the paytm wallet in this. While…

Manish Kumar
- 1,419
- 3
- 17
- 36
3
votes
1 answer
Uber API - Driver
Does the Uber API currently allow a "driver" to login and then determine if the driver has a current request that is "in_progress". My app needs to verify in real-time if the API authenticated driver (via OAuth) is currently driving passengers. It…

Clearly
- 1,624
- 3
- 11
- 15
3
votes
2 answers
How do I get currently active Request with Uber API
I am writing an iOS App that uses the uber API.
I am trying to get the currently active request_id via the Uber API, however a GET request to /v1/requests does not work.
It seems from the docs, this endpoint is not available, however it would make…

doth4580
- 31
- 1
3
votes
1 answer
how to `gain access to the mobile Uber site`? error with Deep linking for Mobile Web
I am following the docs for deep linking here:
https://developer.uber.com/v1/deep-linking/#launching-the-uber-mobile-site
Well, I can open the site, and I choose login, I typed my password and press return, and I see this:
Please download the Uber…

kaho
- 4,746
- 1
- 16
- 24
3
votes
2 answers
App registration to access Uber api
I have been trying to link Uber api to my app.
The User registration is successful but when i tried to create an app it says "Before you can create an application, we need to confirm your phone number."
How do i confirm my number to proceed further…

Atmaram
- 3,655
- 2
- 27
- 33
3
votes
1 answer
Uber API - Request Map - Sandbox
I'm just testing the new request endpoints and am wondering what return I can expect from the Map request?
https://developer.uber.com/v1/endpoints/#request-map
I am currently testing things with the sandbox and the returned URL doesn't appear to…

CT14.IT
- 1,635
- 1
- 15
- 31
2
votes
0 answers
Why can you not select Scopes for Registered App on developer.uber.com?
I have created an app on developer.uber.com and am using oauth, user access token to retrieve data from https://api.uber.com/v1.2/me. I am getting following error
Error below
{
"code": "unauthorized",
"message": "This endpoint requires at least one…

user19265377
- 21
- 2