Skip to main content

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.

For more information about notification channels, see Webhooks.
NameMethodPath
List notificationsGET/api/v1/notifications
Get notificationGET/api/v1/notifications/{notification_id}
Mark notifications readPOST/api/v1/notifications/mark-read
Get notifications unread countGET/api/v1/notifications/unread-count
List notification channelsGET/api/v1/notifications/channels
Get notification channelGET/api/v1/notifications/channels/{channel_id}
Create notification channelPOST/api/v1/notifications/channels
Update notification channelPATCH/api/v1/notifications/channels/{channel_id}
Delete notification channelDELETE/api/v1/notifications/channels/{channel_id}
Verify notification channelPOST/api/v1/notifications/channels/{channel_id}/verify
To read and manage workflow-scoped notification channels, use the following endpoints: