For more information about notification channels, see Webhooks.Documentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |

