skillfed

vonage-identity-insights

Vonage Identity Insights package

vonage-identity-insights v1.0.0 251.9K downloads/30d#8,564 on PyPI213
Permissive license Active released

What it is and what it does

vonage-identity-insights is a Python client library for the Vonage Identity Insights API, which provides real-time lookups of carrier, subscriber, and device information tied to phone numbers. It wraps the HTTP API calls and provides typed request/response objects built on pydantic for validation and serialization. The package is designed to integrate with the main vonage SDK but can be used independently to query phone number attributes for fraud detection, identity verification, and subscriber intelligence.

The library depends on vonage-http-client for HTTP communication, vonage-utils for shared utilities, and pydantic for data validation. It supports Python 3.9 through 3.13 and is actively maintained. The API requires a Vonage account and authentication to function; typical use involves constructing an IdentityInsightsRequest with a phone number and desired insight types (such as SIM swap detection), then calling the requests method to retrieve the response.

Use it for:

  • Detect SIM swap fraud by querying whether a phone number has recently changed carriers or devices.
  • Verify subscriber identity during account creation or login by retrieving carrier and device attributes.
  • Build fraud prevention rules that flag suspicious phone number activity or mismatches with user profiles.
  • Enrich customer data with carrier and device information for segmentation or risk scoring.
  • Validate phone numbers in real time before sending SMS or voice communications.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python access to the Vonage Identity Insights API to retrieve real-time carrier, subscriber, and device attributes for phone numbers.

Yes, if you need real-time phone number intelligence for fraud detection or identity verification and already use or plan to use the Vonage platform. The package is actively maintained, has low install friction, and integrates cleanly with the Vonage SDK ecosystem. No security vulnerabilities are known. The main constraint is the requirement for a Vonage account and API credentials.

Install

vonage-identity-insights on PyPI

pip

pip install vonage-identity-insights

uv

uv add vonage-identity-insights

poetry

poetry add vonage-identity-insights

Installing vonage-identity-insights

Before you install

Low install friction with a pure-Python wheel distribution. Active maintenance with recent commits and a permissive Apache license. Depends on vonage-http-client, vonage-utils, and pydantic—all standard Vonage SDK components.

License in practice

Licensed under Apache Software License (permissive), allowing commercial use, modification, and distribution with minimal restrictions.

Quickstart

pip install vonage-identity-insights

from vonage import Vonage, Auth
from vonage_identity_insights import IdentityInsightsRequest, InsightsRequest, SimSwapInsight

client = Vonage(auth=auth)
request = IdentityInsightsRequest(
    phone_number="1234567890",
    purpose="FraudPreventionAndDetection",
    insights=InsightsRequest(sim_swap=SimSwapInsight(period=240))
)
response = client.identity_insights.requests(request)

Requires a Vonage account and valid authentication credentials to make API requests.

Verify before relying

  • Whether the package works standalone or requires the main vonage package to be installed
  • Rate limits or quota constraints for the Identity Insights API
  • Supported phone number formats and geographic coverage

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 251,866/month — #8,564 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: vonage_identity_insights-1.0.0-py3-none-any.whl

License :: OSI Approved :: Apache Software LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9

Tags

vonage identity insights apiphone number carrier lookupsim swap detectionsubscriber device attributesvonage python sdkphone number verificationcarrier information api
phone-number-lookupfraud-detectionvonage-sdk

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

vonage

Vonage provides a unified Python interface to…

permissive · top 15,000 on PyPI

vonage-number-insight

Vonage Number Insight package provides methods…

permissive · top 15,000 on PyPI

vonage-numbers

Provides Python bindings to Vonage's Numbers…

permissive · top 15,000 on PyPI

vonage-network-sim-swap

Vonage Network Sim Swap API client that checks…

permissive · top 15,000 on PyPI

vonage-network-number-verification

Verifies a mobile device's phone number by…

permissive · top 15,000 on PyPI

vonage-http-client

Provides a synchronous HTTP client for…

permissive · top 15,000 on PyPI

vonage-verify

Vonage Verify package provides Python…

permissive · top 15,000 on PyPI

vonage-utils

Provides utility functions and error types for…

permissive · top 15,000 on PyPI

vonage-network-auth

Generates authenticated JWTs for Vonage Network…

permissive · top 15,000 on PyPI

shippo

Python SDK for the Shippo shipping API,…

permissive · top 15,000 on PyPI