{ "opencollection": "1.0.0", "info": { "name": "Smartsheet Columns Webhooks API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.smartsheet.com/2.0/webhooks" }, "docs": "List the webhooks the user owns." }, { "info": { "name": "Create webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.smartsheet.com/2.0/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new webhook subscription." } ] } ], "bundled": true }