Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
Lookup for a single "GA4" MeasurementProtocolSecret.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://analyticsadmin.googleapis.com/v1beta/{name}
Returns all accounts accessible by the caller. Note that these accounts might…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://analyticsadmin.googleapis.com/v1beta/accounts
Returns child Properties under the specified parent Account. Only "GA4" prope…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://analyticsadmin.googleapis.com/v1beta/properties
SDK on GitHub 📄 API Docs
SDK
sdk-platform-java
Java
API
googleapis.com
googleapis.com:analyticsadmin
At a glance
Language Java
Endpoints26
Base URLhttps://analyticsadmin.googleapis.com
✓ Official