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