Get reputation data for a phone number
Get detailed reputation data for a specific phone number associated with an enterprise.
Query Parameters:
fresh(default:false): Whentrue, fetches fresh reputation data (incurs API cost). Whenfalse, returns cached data. If no cached data exists, fresh data is automatically fetched.
Returns:
spam_risk: Overall spam risk level (low,medium,high)spam_category: Spam category classificationmaturity_score: Maturity metric (0–100)connection_score: Connection quality metric (0–100)engagement_score: Engagement metric (0–100)sentiment_score: Sentiment metric (0–100)last_refreshed_at: Timestamp of last data refresh
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
Unique identifier of the enterprise (UUID)
Example:
"6a09cdc3-8948-47f0-aa62-74ac943d6c58"
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