Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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