{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Notification Types API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notification Types", "type": "folder" }, "items": [ { "info": { "name": "Get notification types", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/notification-types" }, "docs": "Get list of available notification types" } ] } ], "bundled": true }