v53

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

Replace the reputation Letter of Authorization document

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 additional phone numbers can be added.

patch/enterprises/{enterprise_id}/reputation/loa

Path parameters

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

The enterprise id. Lowercase UUID.

Request body

loa_document_idstring required

Id of the new signed LOA document (from the Telnyx Documents API). Changing it resets LOA approval; the new document must be approved before more numbers can be added.

Example request

{
  "loa_document_id": "2a7e8337-e803-4057-a4ae-26c40eb0bc6c"
}

Response

Updated 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"
  }
}