Lavvo
Lavvo

Reputation: 1024

API for just list of Uber Product Names and matching IDs

I was looking at the Uber API trying to get a list of Uber Products Names and ID's only. The "Product Types" End Point required longitude and latitude, and will only return product available for that location.

I don't see this in the doc but is there a much easier way to get a list of just all the products and their ID's. Seems silly to have to parse a data set of trips, then for each trip item make more API calls to get the Product name for that trip.

I guess my point is it would be much easier and efficient to make a single call, cache that data locally so it can be used to display the descriptive name of uber products when parsing trips/history

Upvotes: 1

Views: 260

Answers (1)

Alec
Alec

Reputation: 561

Unfortunately, this API is not available at the moment, but we'll pass this feedback to our product team.

Upvotes: 1

Related Questions