{ "opencollection": "1.0.0", "info": { "name": "Sirion CLM API (Modeled) Contract Requests 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": "Contract Requests", "type": "folder" }, "items": [ { "info": { "name": "List contract requests (MODELED)", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sirioncloud.com/contract-requests" }, "docs": "Lists Contract Requests (CDRs). Confirmed conceptually by Sirion's SAP Ariba integration; path MODELED." }, { "info": { "name": "Create a contract request (MODELED)", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sirioncloud.com/contract-requests", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a Contract Request that drives intake / authoring workflow. Sirion documents event-based, asynchronous replication of CDRs. MODELED." } ] } ], "bundled": true }