Skip to main content
POST
/
v1
/
admin
/
notifications
/
admin
/
read-all
Mark all notifications as read
curl --request POST \
  --url http://localhost:3000/v1/admin/notifications/admin/read-all
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

All notifications marked as read

success
boolean
required