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