Notifications

Notifications API overview

The Notifications API allows integrators to manage notification configurations within SCM.

The API supports the following actions:

  • Creating notification definitions
  • Listing notification definitions
  • Updating notification definitions
  • Deleting notification definitions
  • Retrieving available notification types

Notification API actions

The following table lists the Notification API actions.
Click any action in the first column to open its API reference page.


Notification configuration

ActionMethodPathDescription
List notificationsGET/api/notification/v1Retrieve all notification configurations.
Create a notificationPOST/api/notification/v1Create a new notification configuration.
Update a notificationPUT/api/notification/v1/{id}Update an existing notification configuration.
Delete a notificationDELETE/api/notification/v1/{id}Delete a notification configuration.
List available notification typesGET/api/notification/v1/typesRetrieve supported notification event types.