# notification_v1_orgs_mark_all_as_read_create Mark all notifications as read for a user. Optionally provide specific notification IDs. Endpoint: POST /api/notification/v1/orgs/{platform_key}/mark-all-as-read Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `platform_key` (string, required) ## Request fields (application/json): - `notification_ids` (array) Optional list of notification IDs to mark as read. If not provided, all unread notifications will be marked as read. ## Response 200 fields (application/json): - `message` (string, required) - `count` (integer, required)