Event Handler Registration
EventHandlerRegistration endpoints includes methods necessary to list, add, edit and delete event handler registrations for Alerts in Keyfactor Command.
Table 440: EventHandlerRegistration Endpoints
| Endpoint | Method | Description | Link |
|---|---|---|---|
| /{id} | DELETE | Deletes an event handler. | DELETE Event Handler Registration ID |
| /{id} | GET | Returns a registered event handler that matches the provided ID. | GET Event Handler Registration ID |
| /{id} | PUT | Updates a registered event handler's information. | PUT Event Handler Registration ID |
| / | GET | Returns all registered event handlers according to the provided filter and output parameters. | GET Event Handler Registration |
| / | POST | Registers an event handler. | POST Event Handler Registration |