{ "opencollection": "1.0.0", "info": { "name": "Deprecated eToro Public API operations Agent Portfolios Notifications API", "version": "v1.158.0" }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Get in-app notifications", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/notifications/messages", "headers": [ { "name": "x-request-id", "value": "" }, { "name": "x-api-key", "value": "" }, { "name": "x-user-key", "value": "" } ] }, "docs": "Retrieves all in-app notifications for the authenticated user. Rate limit: 1 request per second." }, { "info": { "name": "Mark all notifications as read", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/notifications/messages", "headers": [ { "name": "x-request-id", "value": "" }, { "name": "x-api-key", "value": "" }, { "name": "x-user-key", "value": "" } ] }, "docs": "Marks all notifications as read for the authenticated user. Rate limit: 20 requests per minute." } ] } ], "bundled": true }