Associate phone numbers for reputation
Associate one or more phone numbers with an enterprise for Number Reputation monitoring.
Validations:
- Phone numbers must be in E.164 format (e.g.,
+16035551234) - Phone numbers must be in-service and belong to your account (verified via Warehouse)
- Phone numbers must be US local numbers
- Phone numbers cannot already be associated with any enterprise
Note: This operation is atomic — if any number fails validation, the entire request fails.
Maximum: 100 phone numbers per request.
POST
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"
Body
application/json
List of phone numbers to associate for reputation monitoring (max 100)
Required array length:
1 - 100 elementsPhone number in E.164 format
JavaScript