Skip to main content
GET
/
api
/
webhooks
/
{webhook_id}
Get Webhook
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
}

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

Response model for webhook API endpoints.

events
string[]
required
url
string<uri>
required
Required string length: 1 - 2083
id
string
required
secret
string
required
enabled
boolean
default:true