Harsh Shah
Harsh Shah

Reputation: 41

URL from Uber API's /v1/requests/{request_id}/map endpoint does not work

I am hitting /v1/requests/{request_id}/map while a person is in a Uber ride using my registered Uber app. The end-point returns a url like: https://trip.uber.com/xxxxxxxx, but when i try opening it I get a 404 error and am being redirected to https://www.uber.com/404/. I am using Uber in India, if that matters.

Upvotes: 0

Views: 137

Answers (1)

7imon7ays
7imon7ays

Reputation: 301

Are you opening the link as soon as the ride request is made? Unfortunately the link is broken until a driver accepts the request. After that it should work.

This is a known issue in the API.

Upvotes: 1

Related Questions