cURL
curl --request GET \ --url https://api.e-invoice.be/api/documents/{document_id}/attachments \ --header 'Authorization: Bearer <token>'
[ { "file_name": "<string>", "id": "<string>", "file_type": "application/pdf", "file_size": 0, "file_url": "<string>" } ]
Get all attachments for an invoice or credit note
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response