vonage-account
Vonage Account API package
What it is and what it does
vonage-account is a Python package that wraps Vonage's Account API, providing methods to query and manage account state. It handles account balance retrieval, credit top-ups, service pricing lookups across countries or dialing prefixes, secret lifecycle management (create, list, revoke), and webhook configuration for SMS callbacks. The package uses Pydantic for response validation and is built on vonage-http-client and vonage-utils for HTTP communication and utilities.
The package is designed as a component of the larger vonage SDK but can be imported directly. It abstracts away HTTP details and provides typed request/response objects, making it straightforward to integrate account management into applications that bill through Vonage or need to monitor account state programmatically.
Use it for:
- Check account balance and trigger top-ups when balance falls below a threshold
- Retrieve SMS pricing for specific countries to calculate per-message costs dynamically
- Manage account secrets (API credentials) programmatically for security rotation
- Configure SMS inbound and delivery receipt webhooks without manual dashboard access
- Query pricing by dialing prefix to support international routing decisions
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings for Vonage's Account API, enabling account balance queries, top-ups, pricing lookups, secret management, and webhook configuration.
Yes, if you use Vonage's services and need programmatic account management. Low friction, actively maintained, no vulnerabilities, and permissive license. The package is well-integrated into the Vonage SDK ecosystem and handles common account operations cleanly. Install only if you actually need these account-level features; it is not a general-purpose utility.
Install
vonage-account on PyPI
pip
pip install vonage-accountuv
uv add vonage-accountpoetry
poetry add vonage-accountInstalling vonage-account
Before you install
Low install friction with a pure Python wheel. Active maintenance with recent commits and no known vulnerabilities. Supports Python 3.9 through 3.13.
License in practice
Licensed under Apache Software License (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install vonage-account
from vonage_account import GetCountryPricingRequest
# Assuming vonage_client is a vonage.Vonage instance
response = vonage_client.account.get_country_pricing(
GetCountryPricingRequest(type='sms', country_code='US')
)
Intended for use as part of the main vonage package; requires a vonage.Vonage client instance to function.
Verify before relying
- Whether this package can be used independently or only through the main vonage package
- Specific rate limits or quotas for Account API operations
- Whether all account operations require API key authentication
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — vonage-http-client, vonage-utils, pydantic |
| Maintenance | actively maintained — 114 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 339,589/month — #7,420 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: vonage_account-1.1.2-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
vonage-subaccountsProvides Python bindings to Vonage's Subaccount…
permissive · top 15,000 on PyPI
vonage-usersManages users in Vonage's communications…
permissive · top 15,000 on PyPI
vonage-verifyVonage Verify package provides Python…
permissive · top 15,000 on PyPI
vonage-smsSends SMS messages via Vonage's API and handles…
permissive · top 15,000 on PyPI
vonageVonage provides a unified Python interface to…
permissive · top 15,000 on PyPI
vonage-applicationManages Vonage applications through a Python…
permissive · top 15,000 on PyPI
vonage-messagesProvides Python message models and client…
permissive · top 15,000 on PyPI
doppler-sdkProvides Python bindings to access the Doppler…
permissive · top 15,000 on PyPI
messagebirdA Python client for MessageBird's REST API that…
permissive · top 15,000 on PyPI
clerk-backend-apiPython client SDK for the Clerk Backend API,…
unclear · top 5,000 on PyPI