| Name | Method | Path |
|---|---|---|
| List notifications | GET | /api/v1/notifications |
| Get notification | GET | /api/v1/notifications/{notification_id} |
| Mark notifications read | POST | /api/v1/notifications/mark-read |
| Get notifications unread count | GET | /api/v1/notifications/unread-count |
| List notification channels | GET | /api/v1/notifications/channels |
| Get notification channel | GET | /api/v1/notifications/channels/{channel_id} |
| Create notification channel | POST | /api/v1/notifications/channels |
| Update notification channel | PATCH | /api/v1/notifications/channels/{channel_id} |
| Delete notification channel | DELETE | /api/v1/notifications/channels/{channel_id} |
| Verify notification channel | POST | /api/v1/notifications/channels/{channel_id}/verify |
Notification
Notification endpoints
Read and manage workspace-level notifications and the delivery channels that route them. Configure email or webhook targets, verify them, and track unread activity across your workflows.
For more information about notification channels, see Webhooks and Email notifications.
To read and manage workflow-scoped notification channels, use the following endpoints:

