{ "opencollection": "1.0.0", "info": { "name": "Sirion CLM API (Modeled) Contract Requests Suppliers 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": "Suppliers", "type": "folder" }, "items": [ { "info": { "name": "List suppliers / counterparties (MODELED)", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.sirioncloud.com/suppliers" }, "docs": "List suppliers / counterparties (MODELED)" }, { "info": { "name": "Create a supplier / counterparty (MODELED)", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sirioncloud.com/suppliers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a supplier / counterparty (MODELED)" } ] } ], "bundled": true }