Search code examples
javaspring-boothttp-status-code-500lyft-api

Lyft API Cancel Ride not working


Following the documentation from Lyft, I have

https://api.lyft.com/v1/rides/<ride_id>/cancel

with Authorization and Content-Type Header but the server is constantly returning 500

internal server error

So authorization passes (Bearer is correct) and Ride Id is returned from the Request Ride Endpoint.

Any ideas?


Solution

  • Somehow, the endpoint started working. I'll close this issue.