get
https://api.comapi.com/apispaces//webhooks/availableevents
Upon a successful requests you will receive an array of:
Event
| Property | Type | Description |
|---|---|---|
| type | string | The event type |
| description | string | The description of the event |
| filters | EventFilter[] | The filters that can be applied to this event |
EventFilter
| Property | Type | Description |
|---|---|---|
| name | string | Name of the filter |
| type | string | Type of the filter { path , routingKey } |
| path | string | Path of filter - used when type=path |
| required | boolean | Is the filter required for the event |
| description | string | Description of the filter |
404The webhook configuration was not found