Overview
Before Telnyx can register your phone numbers with the major call-analytics networks used by US carriers, you must provide a signed Letter of Authorization (LOA). The LOA authorizes Telnyx to manage your numbers’ reputation on your behalf. The LOA is the #1 thing customers get stuck on, so follow these steps in order. There are two separate approval gates you must clear before you can add phone numbers:- Reputation
statusmust beapproved(the activation lifecycle). loa_statusmust beapproved(Telnyx reviews the signed LOA).
approved. They are tracked independently.
Render the LOA as a PDF
Telnyx renders a pre-filled LOA from your enterprise record. The enterprise
identity, address, and authorized-representative contact are read from the
enterprise you created - you do not pass them again here.The response body is the PDF itself (Optional body fields (both optional):
To render with the agent (reseller) block:To embed a signature at render time instead of signing the PDF by hand:
application/pdf). The -o loa.pdf
flag saves it to disk.Rendering the LOA is not billable. You only pay once you enable
reputation and add numbers.
| Field | Description |
|---|---|
agent | A third-party reseller / partner block, used only when a partner manages the enterprise’s numbers. Omit when the enterprise works directly with Telnyx. |
signature | Embeds a signature image in the rendered PDF. When omitted, the PDF is returned unsigned for you to sign manually. |
Sign the PDF
If you did not embed a
signature at render time, open loa.pdf and sign it
(e-signature or wet signature). Save the signed copy.Upload the signed PDF to the Documents API
Upload the signed PDF to the Telnyx Documents API. The
Documents API returns a document The response contains the document id:Save
id - that value is your loa_document_id.data.id - you’ll pass it as loa_document_id in the next step.Enable reputation with the loa_document_id
Enable Number Reputation, passing the document id and a refresh frequency.
Enabling reputation is a billable action. See
Telnyx pricing for current pricing.
LOA approval gate
loa_status | Meaning |
|---|---|
pending | Telnyx is reviewing the uploaded LOA. Numbers cannot be added yet. |
approved | LOA accepted. Combined with reputation status = approved, you can add numbers. |
rejected | LOA was not accepted. Replace it (see below) to retry. |
Replace a pending or rejected LOA
If your LOA isrejected - or it is still pending and you need to upload a
corrected document - render a fresh PDF, sign and upload it to the Documents API
to get a new loa_document_id, then point your reputation settings at it:
loa_status back to pending. The new document
must be approved again before more numbers can be added. This is the recovery
path for a rejected LOA.
Next steps
- Enable and configure reputation
- Associate phone numbers once both gates are
approved