{ "opencollection": "1.0.0", "info": { "name": "Oracle Integration Developer Adapters Environment API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{idcs-url}/oauth2/v1/authorize", "accessTokenUrl": "https://{idcs-url}/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Environment", "type": "folder" }, "items": [ { "info": { "name": "Oracle Integration List CORS Domains", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/integration/v1/environment/corsdomains" }, "docs": "Retrieve the list of allowed CORS domains." }, { "info": { "name": "Oracle Integration Create CORS Domains", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/integration/v1/environment/corsdomains", "body": { "type": "json", "data": "{}" } }, "docs": "Add domains to the CORS whitelist." } ] } ], "bundled": true }