> ## 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.

# Number Reputation llms.txt

> Machine-readable documentation index for Number Reputation (Numbers) — guide pages and API endpoints for AI agents and LLMs

# Telnyx Numbers: Number Reputation — Documentation Index

> Number Reputation documentation within the Numbers section of the Telnyx developer docs ([https://developers.telnyx.com](https://developers.telnyx.com)).
> Root index: [https://developers.telnyx.com/llms.txt](https://developers.telnyx.com/llms.txt) · Numbers index: [https://developers.telnyx.com/development/llms/numbers-llms-txt.md](https://developers.telnyx.com/development/llms/numbers-llms-txt.md) · Full content for this subsection: [https://developers.telnyx.com/development/llms/numbers-number-reputation-llms-full-txt.md](https://developers.telnyx.com/development/llms/numbers-number-reputation-llms-full-txt.md)

* [Overview](https://developers.telnyx.com/docs/number-reputation/overview.md): Monitor the spam reputation of your outbound calling phone numbers with Telnyx Number Reputation.
* [Quickstart](https://developers.telnyx.com/docs/number-reputation/quickstart.md): Step-by-step guide to set up Number Reputation and start monitoring your phone numbers' spam scores.
* [Pricing](https://developers.telnyx.com/docs/number-reputation/pricing.md): Number Reputation pricing — enterprise monitoring, per-check reputation queries, and per-check remediation.
* [Letter of Authorization](https://developers.telnyx.com/docs/number-reputation/loa.md): Render, sign, upload, and manage the Letter of Authorization that Telnyx needs before activating Number Reputation.
* [Reputation Settings](https://developers.telnyx.com/docs/number-reputation/settings.md): Enable, configure, and manage Number Reputation monitoring for your enterprise.
* [Phone Numbers](https://developers.telnyx.com/docs/number-reputation/phone-numbers.md): Associate phone numbers for monitoring, query spam scores and risk levels, and manage ongoing reputation tracking.
* [Remediation](https://developers.telnyx.com/docs/number-reputation/remediation.md): Submit spam-flagged phone numbers for re-evaluation, then poll the request to track per-number remediation results.

## API Reference (Number Reputation)

### Enterprises

* [List enterprises](https://developers.telnyx.com/api-reference/enterprises/list-enterprises.md): Return the enterprises you own, paginated. The default page size is 20; the maximum is 250.
* [Create an enterprise](https://developers.telnyx.com/api-reference/enterprises/create-an-enterprise.md): Create the legal entity (enterprise) that represents your business on the Telnyx platform.
* [Get an enterprise](https://developers.telnyx.com/api-reference/enterprises/get-an-enterprise.md): Retrieve a single enterprise by id. Returns `404` if the id does not exist or does not belong to your account.
* [Replace an enterprise](https://developers.telnyx.com/api-reference/enterprises/replace-an-enterprise.md): Replace the enterprise's mutable fields. Only mutable fields may be sent. Server-assigned and immutable fields (`id`, `record_type`, `created_at`, `updated_at`…
* [Delete an enterprise](https://developers.telnyx.com/api-reference/enterprises/delete-an-enterprise.md): Soft-delete an enterprise.

### Terms of Service

* [Agree to the Phone Number Reputation Terms of Service](https://developers.telnyx.com/api-reference/terms-of-service/agree-to-the-phone-number-reputation-terms-of-service.md): Records the authenticated user's agreement to the current Phone Number Reputation ToS. No body required. Idempotent.

### Reputation

* [Get phone-number reputation settings for an enterprise](https://developers.telnyx.com/api-reference/reputation/get-phone-number-reputation-settings-for-an-enterprise.md): Phone Number Reputation tracks how your outbound caller-IDs are perceived (spam risk, engagement, etc.) across the call-screening ecosystem. This endpoint read…
* [Enable phone-number reputation for an enterprise](https://developers.telnyx.com/api-reference/reputation/enable-phone-number-reputation-for-an-enterprise.md): Activate Phone Number Reputation for the given enterprise. Requires an uploaded Letter of Authorization document (the `loa_document_id` references the Telnyx D…
* [Disable phone-number reputation for an enterprise](https://developers.telnyx.com/api-reference/reputation/disable-phone-number-reputation-for-an-enterprise.md): Disable Phone Number Reputation. All registered numbers are de-registered as a cascade. The enterprise itself is unaffected. Returns `204` on success, `404` if…
* [Change the reputation refresh frequency](https://developers.telnyx.com/api-reference/reputation/change-the-reputation-refresh-frequency.md): Update how often Telnyx refreshes the reputation data for this enterprise's registered numbers. The new frequency takes effect on the next scheduled refresh.
* [Render a phone-number reputation Letter of Authorization](https://developers.telnyx.com/api-reference/reputation/render-a-phone-number-reputation-letter-of-authorization.md): Render the LOA for this enterprise as a PDF. The enterprise identity, address, and authorized-representative contact are taken from the enterprise record; the…
* [Replace the reputation Letter of Authorization document](https://developers.telnyx.com/api-reference/reputation/replace-the-reputation-letter-of-authorization-document.md): Point the enterprise's reputation settings at a new signed LOA document. This resets LOA approval to `pending`; the new document must be approved before additi…
* [List reputation-monitored phone numbers for an enterprise](https://developers.telnyx.com/api-reference/reputation/list-reputation-monitored-phone-numbers-for-an-enterprise.md): Paginated list of phone numbers registered for reputation monitoring under this enterprise. The response includes the latest reputation snapshot per number whe…
* [Register phone numbers for reputation monitoring](https://developers.telnyx.com/api-reference/reputation/register-phone-numbers-for-reputation-monitoring.md): Add up to 100 phone numbers to reputation monitoring on this enterprise. Each must be in E.164 format (`+1NPANXXXXXX` for US/CA) and belong to your Telnyx phon…
* [Get a single reputation-monitored phone number](https://developers.telnyx.com/api-reference/reputation/get-a-single-reputation-monitored-phone-number.md): Retrieve one registered number with its latest reputation snapshot. The `phone_number` path parameter is in E.164 format and must be URL-encoded (e.g. \`%2B1949…
* [Remove a phone number from reputation monitoring](https://developers.telnyx.com/api-reference/reputation/remove-a-phone-number-from-reputation-monitoring.md): Stop tracking the reputation of this phone number. The number itself remains in your inventory; only the reputation registration is removed.
* [List reputation-monitored phone numbers across all enterprises](https://developers.telnyx.com/api-reference/reputation/list-reputation-monitored-phone-numbers-across-all-enterprises.md): Convenience alias for `GET /v2/enterprises/&#123;enterprise_id&#125;/reputation/numbers` that returns numbers across every enterprise you own. Useful when you don't want…
* [Get a reputation-monitored number (no enterprise\_id required)](https://developers.telnyx.com/api-reference/reputation/get-a-reputation-monitored-number-no-enterprise_id-required.md): Convenience alias for `GET /v2/enterprises/&#123;enterprise_id&#125;/reputation/numbers/&#123;phone_number&#125;`.
* [Remove a phone number from reputation monitoring (no enterprise\_id required)](https://developers.telnyx.com/api-reference/reputation/remove-a-phone-number-from-reputation-monitoring-no-enterprise_id-required.md): Convenience alias for `DELETE /v2/enterprises/&#123;enterprise_id&#125;/reputation/numbers/&#123;phone_number&#125;`.
* [List reputation remediation requests for an enterprise](https://developers.telnyx.com/api-reference/reputation/list-reputation-remediation-requests-for-an-enterprise.md): Paginated list of remediation requests for this enterprise. List items omit per-number results and webhook URLs to keep the response small; call GET by id for…
* [Submit phone numbers for reputation remediation](https://developers.telnyx.com/api-reference/reputation/submit-phone-numbers-for-reputation-remediation.md): Submit a batch of phone numbers belonging to this enterprise for reputation remediation. The request is accepted asynchronously: this endpoint returns `202` wi…
* [Get a reputation remediation request](https://developers.telnyx.com/api-reference/reputation/get-a-reputation-remediation-request.md): Retrieve the full detail of a remediation request, including current status, per-number results (once available), and submission metadata.
