List Events
GET {{baseUrl}}/webhooks/events
You can list all the available events that can be used in registering webhooks from this endpoint.
Look more into Webhook Events from here.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":[{"id":"\u003cnumber\u003e","label":"\u003cstring\u003e","event":"\u003cstring\u003e"}]}