Mark notifications as read
Mark specific notifications or all unread notifications as read for the current user. Provide either an array of notificationIds or set all to true. Available to both labs and clinics.
Mark specific notifications or all unread notifications as read for the current user. Provide either an array of notificationIds or set all to true. Available to both labs and clinics.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/notifications/mark-read" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true}List notifications GET
Retrieve paginated notifications for the current user within their active organization. Supports cursor-based pagination and filtering by unread status. Available to both labs and clinics.
One-click unsubscribe from notification emails POST
Public endpoint used by List-Unsubscribe headers to disable email notifications for a single notification category.