Download exported file
GET /api/public/v1/documents/files/{id}/download
GET
/api/public/v1/documents/files/{id}/download
Download a file that has been exported. Only files belonging to synchronized (exported) invoices can be downloaded. Use the konteraId from the webhook export payload.
Parameters
Path Parameters
id
required
string format: uuid
The konteraId of the file from the export webhook payload
Responses
200
File stream
string format: binary
401
Unauthorized
403
Forbidden - missing api:documents:read-exported scope
404
File not found or not yet exported