List reputation phone numbers (simplified)
List all phone numbers enrolled in Number Reputation monitoring for your account. This is a simplified endpoint that does not require an enterprise_id — it returns numbers across all your enterprises.
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.
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