I am writing an iOS App that uses the uber API. I am trying to get the currently active request_id via the Uber API, however a GET request to /v1/requests does not work. It seems from the docs, this endpoint is not available, however it would make sense that getting the currently active request_id is something very useful. The User Activity endpoints v1.1 and v1.2 only return completed requests. The user profile endpoint does not return any ride/request info.
Has anyone found a way how this can be done?