v53

OpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
Reputation

Get phone-number reputation settings for an enterprise

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.

get/enterprises/{enterprise_id}/reputation

Path parameters

enterprise_idstring uuid required
Example:4a6192a4-573d-446d-b3ce-aff9117272a6

The enterprise id. Lowercase UUID.

Response

Reputation settings.

Example response

{
  "data": {
    "created_at": "2026-04-26T18:06:51.940749Z",
    "enterprise_id": "4a6192a4-573d-446d-b3ce-aff9117272a6",
    "loa_document_id": "2a7e8337-e803-4057-a4ae-26c40eb0bc6c",
    "loa_status": "pending",
    "updated_at": "2026-04-26T18:09:24.785211Z"
  }
}