| Operation | HTTP Request | Description |
|---|---|---|
| List custom event types |
GET /custom-integrations/{id}/custom-event-types/ |
List custom event types |
| Create custom event type |
POST /custom-integrations/{id}/custom-event-types/ |
Create custom event type |
| Get custom event type by Id |
GET /custom-integrations/{id}/custom-event-types/{eventTypeId} |
Get custom event type by Id |
| Delete custom event type by Id |
DELETE /custom-integrations/{id}/custom-event-types/{eventTypeId} |
Delete custom event type by Id |