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.
Path parameters
The DIR id.
Request body
Example request
{
"phone_numbers": [
"+13125550000"
],
"agent": {
"country": "US",
"contact_phone": "+13125550000"
}
}Response
The rendered LOA PDF.
Changes
Changed in 1 of the 47 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○