After authenticating on our application we wish to ask the user to select an account (customer) for the application to operate on behalf of. In the old API this used to be possible by querying the CustomerService with a get, then by using the returned customer id to query against the ManagedCustomerService. I assumed that if this was possible in the new api it would work through the GoogleAdsService search function but we're coming up against two problems:
1.) We can't work out what the REST version of the search query should look like, we keep getting 404s from attempts to hit /googleAds.
2.) From reading the documentation it doesn't look like you can use the service without a customer id.
Is this something the new API supports and if so what does the RESTful query to do so look like?
Cheers,
Max