List Events

GET {{baseUrl}}/webhooks/events

This endpoint allows you to list all the available events that can be used in registering webhooks from this endpoint.

:::info Look more into Webhook Events from the documentation. :::

webhooks.read- Webhooks Read Only

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":[{"id":"\u003cnumber\u003e","label":"\u003cstring\u003e","event":"\u003cstring\u003e"},{"id":"\u003cnumber\u003e","label":"\u003cstring\u003e","event":"\u003cstring\u003e"}]}