added

Alerts API

Released stable version v1 of Alerts API.

Discover the power of our Alerts API, that allows you to manage your alert setup through API integrations.
Here alert configurations can be created, read, updated and deleted. For more information see the documentation of the endpoint.

Below all available endpoints:

GET: /alerts/v1/configurations

Get all alert configurations

GET: /alerts/v1/configurations/{alertConfigurationId}

Get specific alert configuration

POST: /alerts/v1/configurations

Create alert configuration

PATCH: /alerts/v1/configurations/{alertConfigurationId}

Update alert configuration

DELETE: /alerts/v1/configurations/{alertConfigurationId}

Delete alert configuration