curl --request GET \ --url https://api.zivio.net/api/v3/suppliers/{id}/supplier_documents/{document_id}/document_attachments \ --header 'X-API-Key: <api-key>' \ --header 'zivio-tenant-id: <api-key>'
[ { "id": "41", "file_file_name": "Certification of Insurance 2023", "file_content_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "file_file_size": 123, "direct_upload_url": "<string>" } ]
ok
The response is of type object[].
object[]