{ "opencollection": "1.0.0", "info": { "name": "Whiplash (Rydership) Bundle Items Notification Events API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notification Events", "type": "folder" }, "items": [ { "info": { "name": "List notification events", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/notification_events", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page" } ] }, "docs": "List notification events" }, { "info": { "name": "Retrieve a notification event", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/notification_events/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Retrieve a notification event" } ] } ], "bundled": true }