Can't obtain UberPool in Sydney - uber-api

I'm testing uberpool in Sydney but uber API does not return any 'pool' products. The same query through uber app got 'pool' results.
It's important to mention that I can get pool results in other cities like San Francisco.
Is this behavior expected in Sydney or am I missing something?

Related

Is X-Bulk header supported for Europe and Canada regions?

Currently, we have integration with Clio USA API. We want to support also Europe and Canada regions. To get data we add X-Bulk header with value true. It works fine for USA API but returns 403 for EU and CA APIs. Is X-Bulk header supported for Europe and Canada regions?
Without X-Bulk header we receive response from EU and CA API. So, token is correct.
Clio is in the process of deprecating the X-Bulk/Bulk request header.
Clio turned off this feature for any new App Keys/Secrets created after January 2022.
Bulk requests will be ultimately removed entirely at some time in the future
Clio is encouraging all developers to adjust the functionality to not use Bulk Requests.

Uber API: API method/CVS sheet to get full rides info for each rider in the company

We have an Uber company-level account with a lot of autos working in the Uber application (~ 50-100 depends on several cases).
Now we are building analytic app, that aggregates information about each car earnings/rides for each our driver.
Do we need to get "Uber for Business" to get aggregated information for each driver/rides from https://developer.uber.com/docs/businesses/data-automation/data-download, or we need to build application, where each our rider needs to authorize to grant access to its information with bearer token, and iterate over each token on endpoints https://developer.uber.com/docs/drivers/references/api/v1/partners-payments-get and https://developer.uber.com/docs/drivers/references/api/v1/partners-trips-get?
I think, that last method is the crooked nail for us.

Uber API to detect rides

Is it possible to use the Uber API to detect rides that originated from the Uber app?
I'm trying to get a machine learning system to learn when you are using uber.
No, whether a ride originated from the Uber app or from a separate integration is not a field/endpoint in the current Uber API.
Not sure if this is exactly what you are looking for but something that might be helpful is the /history endpoint. "The User Activity endpoint returns a limited amount of data about a user’s lifetime activity with Uber. The response will include pickup and dropoff times, the city the trips took place in, the distance of past requests, and information about which products were requested."
Documentation: https://developer.uber.com/docs/riders/references/api/v1.2/history-get

Uber API partner.accounts scope

I'm Uber partner. Now I can get info from endpoints:
https://api.uber.com/v1/partners/me
https://api.uber.com/v1/partners/payments
From https://api.uber.com/v1/partners/trips and https://api.uber.com/v1/partners/vehicles I've got empty result. I think it's because partner account doesn't have vehicles and own trips.
How can I get information about my drivers such as Name, Email and Phone? Also I'm interested in detailed info about my drivers' trips.
There is a checkbox "partner.accounts" in my Uber Application Options, I've checked it, but I can't get info from this scope, there is no documents on how I can work with this scope.
You can use the /me endpoint to get profile information. If there is no data returned the most likely reason is the user doesn't have an approved vehicle or take trips yet.

How to figure out if an Uber ride is actually an UberEats delivery

I am trying to figure out if an Uber ride is actually an UberEats delivery.
I thought the way to do that is with the products API, but when I tried to use the product API resource, all I got back is "Unauthorized access to product".
I can usually use the product API resource for other product ids. But this I cannot.
This was a bug which is now resolved. UberEATS should not be surfaced in the products endpoint.