Notifiers endpoints
Endpoints5
GETList all notifiers/v2/notifiersReturns every notifier you can access.GETRetrieve notifier/v2/notifiers/{id}Retrieves detailed configuration for a specific notifier by its unique identifier.POSTCreate notifier/v2/notifiersCreates a new notifier configuration for sending alerts through various channels (Slack, Email, etc).PUTUpdate notifier/v2/notifiers/{id}Updates a notifier by its ID.DELDelete notifier/v2/notifiers/{id}Deletes a notifier by its ID.