Using java-genai with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/java-genai
Gets the requested publisher profile by name.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://authorizedbuyersmarketplace.googleapis.com/v1/{name}
Lists all deals in a proposal. To retrieve only the finalized revision deals …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://authorizedbuyersmarketplace.googleapis.com/v1/{parent}/deals
Lists all client users for a specified client.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://authorizedbuyersmarketplace.googleapis.com/v1/{parent}/users
SDK on GitHub 📄 API Docs
SDK
java-genai
Java
API
googleapis.com
googleapis.com:authorizedbuyersmarketplace
At a glance
Language Java
Endpoints27
Base URLhttps://authorizedbuyersmarketplace.googleapis.com
✓ Official