cURL
curl --request GET \ --url https://api.e-invoice.be/api/documents/{document_id}/history \ --header 'Authorization: Bearer <token>'
[ { "action": "<string>", "success": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "error_message": "<string>" } ]
Get the history of an invoice or credit note
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response