Skip to main content
POST
/
enterprises
/
{enterprise_id}
/
reputation
/
loa
JavaScript
import Telnyx from 'telnyx';

const client = new Telnyx({
  apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
});

const response = await client.enterprises.reputation.loa.render(
  '4a6192a4-573d-446d-b3ce-aff9117272a6',
);

console.log(response);

const content = await response.blob();
console.log(content);
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

enterprise_id
string<uuid>
required

The enterprise id. Lowercase UUID.

Example:

"4a6192a4-573d-446d-b3ce-aff9117272a6"

Body

application/json

All fields optional. The enterprise identity, address, and authorized-representative contact are read from the enterprise record keyed by the path parameter.

agent
object

Third-party reseller / partner managing the enterprise's phone numbers. Omit when the enterprise works directly with Telnyx.

signature
object

Optional signature embedded in the rendered PDF. When omitted the PDF is returned unsigned for the customer to sign and upload.

Response

Rendered LOA PDF.

The response is of type file.