Attachment
idstring
Attachment ID
Example:
doc_1234abcurlurl
Public URL
Possible values: <= 255 characters
Example:
https://example.com/my-documentfilenamestring
The name of the file
Possible values: <= 50 characters
Example:
my-document.pdffile_typestring
The mimetype of the file
Possible values: <= 30 characters
Example:
application/pdfproof_typestring
Attachment type ('contract' or custom proof document)
refund_requestboolean
If the document has been created from a claim.
Default value:
falsecreated_atdatetime
Creation date
Attachment
{
"id": "doc_1234abc",
"url": "https://example.com/my-document",
"filename": "my-document.pdf",
"file_type": "application/pdf",
"proof_type": "string",
"refund_request": false,
"created_at": "string"
}