I am trying to read the waypoints for UberPOOL trips, but they are not being populated by the API. This is the process that I am going through:
- Call the /history endpoint to get a list of trips
- Call the /request/[request_id] for each trip to get the details
- Check the product id and make sure it is a "POOL" type product
- Read the waypoints node
...but none of the trips have any waypoints. What am I doing wrong? Ideally, I would like the start/end location of each UberPOOL trip, and was hoping to the the waypoints as a workaround, because the start location in the history is just the city and not the actual pickup location.