Using python-aiplatform with googleapis.com

Python integration

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

client = python_aiplatform.Client("YOUR_API_KEY")
List verifications of a location, ordered by create time.
curl \
  https://mybusinessverifications.googleapis.com/v1/{parent}/verifications
Gets the VoiceOfMerchant state.
curl \
  https://mybusinessverifications.googleapis.com/v1/{name}/VoiceOfMerchantState
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:mybusinessverifications
At a glance
Language Python
Endpoints6
Base URLhttps://mybusinessverifications.googleapis.com
✓ Official