List all events

Returns a list of all the events which can be subscribed to using webhooks.

GET/v3/webhooks/events
JWT

Responses

200 OK
{
  "property1": [
    "string"
  ],
  "property2": [
    "string"
  ]
}