Skip to content
Start here

LOA Documents

Download LOA Document
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
client.addressing.loaDocuments.create(LOADocumentCreateParams { account_id, loa_document } params, RequestOptionsoptions?): LOADocumentCreateResponse { 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