Skip to content
Start here

LOA Documents

Download LOA Document
addressing.loa_documents.get(strloa_document_id, LOADocumentGetParams**kwargs) -> BinaryResponseContent
GET/accounts/{account_id}/addressing/loa_documents/{loa_document_id}/download
Upload LOA Document
addressing.loa_documents.create(LOADocumentCreateParams**kwargs) -> LOADocumentCreateResponse
POST/accounts/{account_id}/addressing/loa_documents
ModelsExpand Collapse
class LOADocumentCreateResponse:
id: Optional[str]

Identifier for the uploaded LOA document.

maxLength32
account_id: Optional[str]

Identifier of a Cloudflare account.

maxLength32
auto_generated: Optional[bool]

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

created: Optional[datetime]
formatdate-time
filename: Optional[str]

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

size_bytes: Optional[int]

File size of the uploaded LOA document.

verified: Optional[bool]

Whether the LOA has been verified by Cloudflare staff.

verified_at: Optional[datetime]

Timestamp of the moment the LOA was marked as validated.

formatdate-time