Returns the details of an existing file. To bulk fetch multiple files by their IDs, use GET /files?id__in=<ID1>&id__in=<ID2>.
Both partner tokens and entity user tokens can be used for authentication.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
A unique ID assigned to this file.
Date and time when this file was uploaded to or created in Monite. Timestamps follow the ISO 8601 format.
Date and time when this file was last updated in Monite. Timestamps follow the ISO 8601 format.
Possible values:
additional_identity_documents and identity_documents - entity verification documents uploaded for payments onboarding.attachments - supplementary attachments for accounts receivable invoices, quotes, and credit notes.delivery_notes - auto-generated PDF versions of delivery notes.einvoices_xml - e-invoice XML generated when sending e-invoices.payables - payables (bills) received via email or uploaded via API.receivable_signatures - images of customer signatures provided during quote acceptance.receivables - auto-generated PDF versions of invoices, quotes, and credit notes.zip - data export archives created by POST /data_exports.The MD5 hash of the file.
"60997cbcc1a6fb2ec37d389ffa8588db"
The file's media type, for example, application/pdf or image/png.
"application/pdf"
The original file name (if available).
"timesheet.pdf"
Geographical region of the data center where the file is stored.
"eu-central-1"
Unused.
Unused.
The file size in bytes.
120101
The URL to download the file.
"https://bucketname.s3.amazonaws.com/path/to/timesheet.pdf"