v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Reputation

Render a phone-number reputation Letter of Authorization

Render the LOA for this enterprise as a PDF. The enterprise identity, address, and authorized-representative contact are taken from the enterprise record; the optional agent block is supplied only when a third-party partner manages the numbers. The response is the PDF itself (unsigned unless a signature is provided). Sign it and upload it to the Telnyx Documents API (POST /v2/documents, see https://developers.telnyx.com/api/documents) to obtain the loa_document_id required by POST .../reputation.

post/enterprises/{enterprise_id}/reputation/loa

Path parameters

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

The enterprise id. Lowercase UUID.

Request body

Example request

{
  "agent": {
    "contact_phone": "+13125550000",
    "country": "US"
  }
}

Response

Rendered LOA PDF.