cURL
curl --request GET \ --url https://api.e-invoice.be/api/documents/{document_id}/attachments/{attachment_id} \ --header 'Authorization: Bearer <token>'
{ "file_name": "<string>", "id": "<string>", "file_type": "application/pdf", "file_size": 0, "file_url": "<string>" }
Get attachment details with for an invoice or credit note with link to download file (signed URL, valid for 1 hour)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response