Skip to main content
GET
/
api
/
webhooks
/
{webhook_id}
/
history
Get Webhook History
curl --request GET \
  --url https://api.e-invoice.be/api/webhooks/{webhook_id}/history \
  --header 'Authorization: Bearer <token>'
{
  "history": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_id
string
required

Response

Successful Response

history
History · object[]
required