Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Get traffic statistics for a domain on a specific date. Returns PERMISSION_DE…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://gmailpostmastertools.googleapis.com/v1beta1/{name}
Lists the domains that have been registered by the client. The order of domai…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://gmailpostmastertools.googleapis.com/v1beta1/domains
List traffic statistics for all available days. Returns PERMISSION_DENIED if …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://gmailpostmastertools.googleapis.com/v1beta1/{parent}/trafficStats
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:gmailpostmastertools
At a glance
Language Java
Endpoints3
Base URLhttps://gmailpostmastertools.googleapis.com
✓ Official