cURL
curl --request GET \ --url https://api.e-invoice.be/api/documents/{document_id}/transmission-report \ --header 'Authorization: Bearer <token>'
[ { "document_id": "<string>", "transmission_type": "SEND", "channel": "<string>", "delivery_address": "<string>", "status": "PENDING", "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "error": "<string>", "data": {} } ]
Get the transmission report 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
SEND
RECEIVE
PENDING
SUCCESS
FAILED