A

Ad Experience Report API

REST discovered

Details
URL
https://adexperiencereport.googleapis.com
Docs
https://developers.google.com/ad-experience-report/v1/reference/rest
Authentication
Google Cloud API key api_key discovered Get key ↗
?key=<credential>

In the Google Cloud Console Credentials page, create or select a project, enable the Ad Experience Report API for that project, then create an API key. The Ad Experience Report docs say to include it on requests as the query parameter key=YOUR_API_KEY.

Google OAuth 2.0 access token oauth2 discovered Set up OAuth ↗
?access_token=<credential> /?oauth_token=<credential>

Create OAuth 2.0 client credentials in the Google Cloud Console Credentials page, then use Google's OAuth flow to obtain an access token for a user. The Ad Experience Report discovery document states requests can use an OAuth 2.0 token instead of an API key, and the API's authorization guide notes authenticated users are required when requesting private data.