Hi Tarun, To access campaigns or make any API calls, you will need an approved developer token(to make calls against production accounts) and read-write access to the user's account along with OAuth credentials. Please refer this guide <https://developers.google.com/adwords/api/docs/guides/first-api-call#request_a_developer_token> for better clarity. Once your API setup is done, you can get the list of all accounts for which you have access to, via CustomerService.getCustomers() <https://developers.google.com/adwords/api/docs/reference/v201802/CustomerService#getCustomers> and if you are looking for all accounts under a particular MCC, you can get them via ManagedCustomer.get() <https://developers.google.com/adwords/api/docs/reference/v201802/ManagedCustomerService#get>. However, developer tokens cannot be pulled up via API. Please let me know if you have any further questions.
Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7869bd21-2958-4882-a19f-892a2bc4a3be%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
