Get reputation data for a phone number (simplified)
Get reputation data for a specific phone number without requiring an enterprise_id.
Same response as the enterprise-scoped endpoint. Uses cached data by default.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Phone number in E.164 format
Example:
"+16035551234"
Query Parameters
When true, fetches fresh reputation data (incurs API cost). When false, returns cached data.
Response
Phone number reputation data
JavaScript