{ "opencollection": "1.0.0", "info": { "name": "Omniful Integration APIs Background Jobs Webhook API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhook", "type": "folder" }, "items": [ { "info": { "name": "Register Webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://prodapi.omniful.com/sales-channel/public/v1/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Register Webhook" } ] } ], "bundled": true }