Display Identity Records
Render the Branded Calling LOA for a DIR
Generate a pre-filled Letter of Authorization (LOA) PDF for a DIR. Enterprise identity (legal name, DBA, address, contact, website, tax id) and the DIR display name are read server-side; the caller supplies the telephone numbers to authorize, an optional Authorized Agent block, and an optional drawn signature.
When signature is omitted the PDF is returned unsigned so the customer can sign it externally and upload it via the Documents API. When signature is present the PDF embeds the supplied image, printed name, and signed-at date.
Returns application/pdf.
post/dir/{dir_id}/loa
Path parameters
dir_idstring uuid required
The DIR id.
Request body
Example request
{
"agent": {
"contact_phone": "+13125550000",
"country": "US"
},
"phone_numbers": [
"+13125550000"
]
}Response
The rendered LOA PDF.