Using python-genai with googleapis.com

Python integration

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

client = python_genai.Client("YOUR_API_KEY")
Gets the specified account. Returns `NOT_FOUND` if the account does not exist…
curl \
  https://mybusinessaccountmanagement.googleapis.com/v1/{name}
Lists all of the accounts for the authenticated user. This includes all accou…
curl \
  https://mybusinessaccountmanagement.googleapis.com/v1/accounts
Lists all of the admins for the specified location.
curl \
  https://mybusinessaccountmanagement.googleapis.com/v1/{parent}/admins
SDK on GitHub 📄 API Docs
SDK
python-genai
Python
API
googleapis.com
googleapis.com:mybusinessaccountmanagement
At a glance
Language Python
Endpoints11
Base URLhttps://mybusinessaccountmanagement.googleapis.com
✓ Official