cURL
curl --request GET \ --url https://api.e-invoice.be/api/webhooks/ \ --header 'Authorization: Bearer <token>'
[ { "events": [ "<string>" ], "url": "<string>", "id": "<string>", "secret": "<string>", "enabled": true } ]
Get all webhooks for the current tenant
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
1 - 2083