I am testing Uber API User Activity endpoints in sandbox.
I have created a request, then successively changed its status from "processing" to "completed" - request details returns me status: "completed"
.
However when I try to fetch history (both v1.1 & v1.2), I receive an empty "history" array: {"count":0,"offset":0,"limit":5,"history":[]}
Is it currently impossible to test history in the sandbox, or am I doing something wrong?