A Python library supporting username-password and PKI authentication methods for ZoomInfo enterprise APIs. Current version 2.0.3, released under an MIT-like license. Release cadence is irregular.
pip install zi-api-auth-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize AuthClient with credentials and obtain an access token.
Update imports to 'from zi_api_auth_client import AuthClient' and reinstall package.
Replace 'client.get_token()' with 'client.get_access_token()'.
Ensure you call load_dotenv() if using .env files, or pass credentials directly.
Install latest version: pip install --upgrade zi-api-auth-client
Use 'get_access_token()' instead.