Questions tagged [lyft-api]

Questions about Lyft API

Lyft API.

46 questions
0
votes
1 answer

How can we use Lyft Webhooks for driver trip status?

Can I able to fetch trip status and data using webhook in driver account? I have tried but I am not getting any response in webhook URL, we tried using live lyft account and still no any response. Please help, if anyone has a solution to this…
Jd Prajapati
  • 1,953
  • 13
  • 24
0
votes
0 answers

Lyft API giving invalid "no_service_in_area – The requested location is not inside a Lyft service area" when called from the iOS SDKs

The Lyft API is giving an invalid error when invoked from the iOS SDK on any of the ride type, estimates and ETA routes. Instead of giving back results, it errors saying there is no service in the area (Toronto, Canada). EXAMPLE: GET request to…
Marchy
  • 3,334
  • 5
  • 37
  • 27
0
votes
1 answer

Lyft API giving 504 gateway timeout for few users

I am calling this API "URL: https://api.lyft.com/v1/rides?start_time=2016-01-01T00:00:01%2B00%3A00&limit=50, Header: {"Authorization"=>"Bearer tJVICf23213p1k2ksdjskadsd0KMuOVgWsdkc7rGs4g/WNKreAFqK4EroFDwj/sdjljas_dlkjasdksdfdf="}" I get correct…
Savvy
  • 21
  • 1
  • 8
0
votes
1 answer

Using Uber Driver API to know when pickups are going to happen?

Is there a way to use the Uber Driver API to be notified when the driver is a certain distance away from doing a pickup?
megashigger
  • 8,695
  • 17
  • 47
  • 79
0
votes
1 answer

Syntax errors in Lyft API for iOS - won't compile?

I am trying to use the Lyft API for iOS with Swift 4 and Xcode 9.3. When I use the pod LyftSDK, the framework files do not compile per this issue, which I fixed (but it seemed bizarre that a major API would not compile in a production build). It's…
wcarhart
  • 2,685
  • 1
  • 23
  • 44
0
votes
1 answer

LYFT requesting a ride returns missing parameters error

I am encountering an error that I'm struggling to fix. When making a post request to : https://api.lyft.com/v1/rides using the sandbox environment (and thus a server access token) I see the following response : { "error_detail":[ …
Mehdi
  • 2,263
  • 1
  • 18
  • 26
0
votes
1 answer

Lyft API Cancel Ride not working

Following the documentation from Lyft, I have https://api.lyft.com/v1/rides//cancel with Authorization and Content-Type Header but the server is constantly returning 500 internal server error So authorization passes (Bearer is…
0
votes
1 answer

How do I use Lyft driver API like Mystro android app?

I want to use Lyft Driver api like in the Mystro android app however iv searched everywhere and all I could find is lyft api. To elaborate more on what I'm trying to achieve, I want api that will allow me to intergrate with the lyft driver app and…
0
votes
1 answer

Is there a limit to all the ridetypes returned?

When I submit a GET request for ridetypes, for example, is there a limit to how many rides are in the response? Let's saw I have 20 cars near that specific location. Will all those rides show up or is there a limit?
CStruggle
  • 163
  • 3
  • 15
0
votes
1 answer

Is there a way to use the Lyft app to authenticate a user?

When using user-specific endpoints from the Lyft API, we are required to obtain a bearer token using the 3-Legged authentication flow. When using the API on a mobile device, is there a way to redirect the user to the Lyft app (if it's installed) to…
agregoire
  • 2,022
  • 1
  • 16
  • 15
0
votes
1 answer

why do both lyft and uber mobile web api's require latitude/longitude for destination

I have a mobile standalone web app. The app stores destination (aka dropoff) addresses for the user but getting lat/lon for those address is not only not easy but also hard to do at runtime. However, for both lyft and Uber, it is not enough to pass…
Kerry Davis
  • 171
  • 1
  • 4
  • 12
0
votes
1 answer

Unable to get access token for lyft api

I am trying to use the lyft developer api. I created a new app to get the client Id and client secret . I am following the steps in https://developer.lyft.com/docs/authentication to get an access token in my python code. But I always get the error,…
Shruthi
  • 1
  • 2
0
votes
1 answer

Bearing missing in LYFT api

I was using the LYFT api`s for my project,I wanted to know if in the Lyft API we get the "BEARING" with the Latitude and Longitude? Thanks in advance Tapas
0
votes
1 answer

Lyft API Android integration?

I'm trying to get the price of a Lyft for a certain path. Here is Lyft's authentication curl request, which is required to then request price: curl -X POST -H "Content-Type: application/json" \ --user ":" \ -d…
-2
votes
1 answer

Lyft Android SDK integration issue

I added Lyft android SDK dependency in my app in dependency section of build.gradle file as below implementation "com.lyft:lyft-android-sdk:1.0.3 But I am getting below error while running app on mobile device:- FAILURE: Build failed with an…
Anil
  • 255
  • 1
  • 3
  • 14