---
title: LOA Documents
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/typescript)

[Addressing](https://developers.cloudflare.com/api/typescript/resources/addressing)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# LOA Documents

##### [Download LOA Document](https://developers.cloudflare.com/api/typescript/resources/addressing/subresources/loa%5Fdocuments/methods/get)

client.addressing.loaDocuments.get(stringloaDocumentID, LOADocumentGetParams { account\_id } params, RequestOptionsoptions?): Response

GET/accounts/{account\_id}/addressing/loa\_documents/{loa\_document\_id}/download

##### [Upload LOA Document](https://developers.cloudflare.com/api/typescript/resources/addressing/subresources/loa%5Fdocuments/methods/create)

client.addressing.loaDocuments.create(LOADocumentCreateParams { account\_id, loa\_document } params, RequestOptionsoptions?): [LOADocumentCreateResponse](https://developers.cloudflare.com/api/typescript/resources/addressing#%28resource%29%20addressing.loa%5Fdocuments%20%3E%20%28model%29%20loa%5Fdocument%5Fcreate%5Fresponse%20%3E%20%28schema%29) { id, account\_id, auto\_generated, 5 more } 

POST/accounts/{account\_id}/addressing/loa\_documents

##### ModelsExpand Collapse 

LOADocumentCreateResponse { id, account\_id, auto\_generated, 5 more } 

id?: string | null

Identifier for the uploaded LOA document.

maxLength32

account\_id?: string

Identifier of a Cloudflare account.

maxLength32

auto\_generated?: boolean

Whether the LOA has been auto-generated for the prefix owner by Cloudflare.

created?: string

formatdate-time

filename?: string

Name of LOA document. Max file size 10MB, and supported filetype is pdf.

size\_bytes?: number

File size of the uploaded LOA document.

verified?: boolean

Whether the LOA has been verified by Cloudflare staff.

verified\_at?: string | null

Timestamp of the moment the LOA was marked as validated.

formatdate-time