---
title: "Get phone-number reputation settings for an enterprise"
method: GET
path: "/enterprises/{enterprise_id}/reputation"
tags: ["Reputation"]
---

# Get phone-number reputation settings for an enterprise

`GET /enterprises/{enterprise_id}/reputation`

Phone Number Reputation tracks how your outbound caller-IDs are perceived (spam risk, engagement, etc.) across the call-screening ecosystem. This endpoint reads the enterprise-level settings: whether the product is enabled, the refresh cadence, and the stored Letter of Authorization document id.

Returns `404` if reputation has never been enabled for this enterprise.

## Path parameters

- `enterprise_id` string, uuid, required

## Response `200`

Reputation settings.

- EnterpriseReputationPublicWrapped
  - `data` EnterpriseReputationPublic, required
    - `enterprise_id` string, uuid
    - `status` 'pending' | 'approved' | 'deleted' | 'rejected' — Lifecycle status of the enterprise's Phone Number Reputation activation.
    - `check_frequency` 'business_daily' | 'daily' | 'weekly' | 'biweekly' | 'monthly' | 'never' — How often Telnyx refreshes the stored reputation data for this enterprise's registered numbers.
    - `loa_document_id` string, nullable — Id of the signed LOA document.
    - `loa_status` 'pending' | 'approved' | 'rejected' — Customer-facing Letter-of-Authorization verification state. `approved` is required (alongside reputation status) before phone numbers can be added.
    - `rejection_reasons` string[], nullable — Populated when `status` is `rejected`.
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — An error occurred. The response carries the standard Telnyx error envelope.
- `404` — An error occurred. The response carries the standard Telnyx error envelope.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/8f5f4e537994/schema)
