Using python-genai with googleapis.com

Python integration

✓ Official SDK
Install
pip install python-genai
Quick start
import python-genai

# Use an OAuth2 access token
client = python_genai.Client(access_token="YOUR_ACCESS_TOKEN")
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
python-genai
Python
API
googleapis.com
googleapis.com:authorizedbuyersmarketplace
At a glance
Language Python
Endpoints27
Base URLhttps://authorizedbuyersmarketplace.googleapis.com
✓ Official