Hello Pierre, I am Bharani's colleague working on this concern. The CURL operation to get the manager customers under the MCC account is below. This query will only give the resource names of the customers, if you want to get the customer details then have to make one API call for each customer to fetch those details.
curl -X POST --header 'Authorization: Bearer ACCESS_TOKEN_HERE' --header 'developer-token: DEVELOPER_TOKEN_HERE' --header 'Content-Type: application/json' --header 'login-customer-id: LOGIN_CUSTOMER_ID_HERE' --data @- https://googleads.googleapis.com/v1/customers/CUSTOMER_ID_HERE/googleAds:search <<EOF { query: "SELECT customer_client.resource_name, customer_client.client_customer, customer_client.level, customer_client.hidden FROM customer_client", validate_only: "false" } EOF Please give it a try and let me know if you have any further questions. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UAqoGy:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/avIqT000000000000000000000000000000000000000000000PT3WMM00Ot2PaUt-RKug-zP_uR-JHg%40sfdc.net.
