1
votes

I want to call Google Ads APIs on Postman/through my own code without their libraries. I am searching for the REST endpoint but unable to find it. Link for the doc: https://developers.google.com/google-ads/api/docs/start. As I have called the sample API successfully and I have got 200 for that. Just want help in finding REST API URLs for Google Ads API(v6)

1

1 Answers

0
votes

There is only one URL that is used to generate any queries.

Please check the same link you mentioned above and follow the screen shot.

enter image description here

enter image description here

Also, check my answer to the following link where I have explained how to generate access token and use url to make calls using Postman.

google ads API authentication failed - "PERMISSION_DENIED"

Check the comments also.