---
title: "Render a phone-number reputation Letter of Authorization"
method: POST
path: "/enterprises/{enterprise_id}/reputation/loa"
tags: ["Reputation"]
---

# Render a phone-number reputation Letter of Authorization

`POST /enterprises/{enterprise_id}/reputation/loa`

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

## Path parameters

- `enterprise_id` string, uuid, required

## Request body

- EnterpriseReputationLoaRender — All fields optional. The enterprise identity, address, and authorized-representative contact are read from the enterprise record keyed by the path parameter.
  - `agent` AgentInput — Third-party reseller / partner managing the enterprise's phone numbers. Omit when the enterprise works directly with Telnyx.
    - `legal_name` string, required
    - `dba` string, nullable
    - `street_address` string, required
    - `extended_address` string, nullable
    - `city` string, required
    - `administrative_area` string, required
    - `postal_code` string, required
    - `country` string, required
    - `contact_name` string, required
    - `contact_title` string, required
    - `contact_email` string, email, required
    - `contact_phone` string, required
  - `signature` LoaSignaturePayload — Optional signature embedded in the rendered PDF. When omitted the PDF is returned unsigned for the customer to sign and upload.
    - `image_base64` string, required — Base64-encoded signature image.
    - `signer_name` string, nullable

## Response `200`

Rendered LOA PDF.

## Other responses

- `400` — An error occurred. The response carries the standard Telnyx error envelope.
- `401` — An error occurred. The response carries the standard Telnyx error envelope.
- `403` — 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/versions/8f5f4e537994/schema)
