Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Retrieves the authenticated user's list of accounts.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/accounts
Retrieves a list of the authenticated user's active creatives. A creative wil…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/creatives
Retrieves a list of billing information for all accounts of the authenticated…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/billinginfo
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:adexchangebuyer
At a glance
Language Java
Endpoints38
Base URLhttps://www.googleapis.com/adexchangebuyer/v1.4
✓ Official