{ "opencollection": "1.0.0", "info": { "name": "Sirion CLM API (Modeled) Contract Requests Webhooks API", "version": "1.0-modeled" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://your-org.sirioncloud.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook subscriptions (MODELED)", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sirioncloud.com/webhooks" }, "docs": "Lists configured outbound webhook rules. Sirion webhook rules support filtering on static and custom single- and multi-select fields. MODELED path." }, { "info": { "name": "Create a webhook subscription (MODELED)", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sirioncloud.com/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook subscription (MODELED)" } ] } ], "bundled": true }