{ "opencollection": "1.0.0", "info": { "name": "Oracle Integration Developer Adapters Deployed Projects 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": "Deployed Projects", "type": "folder" }, "items": [ { "info": { "name": "Oracle Integration List QuickStart Apps", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/process/v1/quickStartApps" }, "docs": "Retrieve a list of QuickStart applications." } ] } ], "bundled": true }