cURL
curl --request GET \ --url https://api.e-invoice.be/api/webhooks/{webhook_id}/history \ --header 'Authorization: Bearer <token>'
{ "history": [ {} ] }
Get the history of a webhook
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response