Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Get account reports containing aggregate account data of all linked GLS accou…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://localservices.googleapis.com/v1/accountReports:search
Get detailed lead reports containing leads that have been received by all lin…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://localservices.googleapis.com/v1/detailedLeadReports:search
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:localservices
At a glance
Language Java
Endpoints2
Base URLhttps://localservices.googleapis.com
✓ Official