cURL
curl --request POST \ --url https://api.e-invoice.be/api/webhooks/{webhook_id}/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "event_type": "<string>", "data": {} } '
{ "success": true, "message": "<string>", "webhook_delivery_result": {} }
Send a test event to a webhook for testing and debugging purposes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Schema for webhook test request.
Must be valid WebhookEventType
Custom event data payload
Successful Response
Schema for webhook test response.
Whether the test completed successfully
Descriptive message about the test result
Result from process_webhook_task