I got access from Google for API access that we are using to access the Local Service Ads API. However when we use that same developer token for Google Ads API, while it authenticates we are unable to retrieve any client data from it.
When we use that developer token to get new access token in Postman it works. It allows us to authenticate but doesnt allow us to access any client data!
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 404 (Not Found)!!1</title>
<style>
</style>
<a href=//www.google.com/><span id=logo aria-label=Google></span></a>
<p><b>404.</b> <ins>That’s an error.</ins>
<p>The requested URL <code>/v19/customers/9xxxxxxxxx</code> was not found on this server. <ins>That’s all we know.</ins>
I have added Adwords in the scopes when setting up Oauth and I have also added test users. Do I need a new developer token for Google Ads API or am I missing something in my API connection set up?