{ "opencollection": "1.0.0", "info": { "name": "NinjaOne Public API 2.0 Asset Tags webhooks API", "version": "2.0.9-draft" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "webhooks", "type": "folder" }, "items": [ { "info": { "name": "Update API Webhook configuration", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/webhook", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates Webhook configuration for current application/client" }, { "info": { "name": "Remove Webhook API channel", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/webhook" }, "docs": "Disables Webhook configuration for current application/client" } ] } ], "bundled": true }