List reputation phone numbers
List all phone numbers associated with an enterprise for Number Reputation monitoring.
Returns phone numbers with their cached reputation data (if available). Supports pagination and filtering by phone number.
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"
Query Parameters
Page number (1-indexed)
Required range:
x >= 1Number of items per page
Required range:
1 <= x <= 100Filter by specific phone number (E.164 format)
Example:
"+16035551234"
JavaScript