cURL
curl --request POST \ --url https://api.jackson.scope3.com/notifications-list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "unreadOnly": true, "limit": 123 }'
{ "success": true, "message": "<string>", "data": {} }
List notifications for the authenticated user.
Bearer token authentication using Scope3 API key
Filter to only unread notifications
Maximum number of notifications to return
Successful tool execution
Whether the operation succeeded
Human-readable response message
Response data (varies by tool)