Skip to main content
GET
/
api
/
webhooks
Get All Webhooks
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
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

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