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
| Action | Method | Path | Description |
|---|---|---|---|
| List notifications | GET | /api/notification/v1 | Retrieve all notification configurations. |
| Create a notification | POST | /api/notification/v1 | Create a new notification configuration. |
| Update a notification | PUT | /api/notification/v1/{id} | Update an existing notification configuration. |
| Delete a notification | DELETE | /api/notification/v1/{id} | Delete a notification configuration. |
| List available notification types | GET | /api/notification/v1/types | Retrieve supported notification event types. |
Updated about 23 hours ago