{ "opencollection": "1.0.0", "info": { "name": "SAP API Management API Portal API Products Applications API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenantUrl}/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/Applications", "params": [ { "name": "$filter", "value": "", "type": "query" }, { "name": "$top", "value": "", "type": "query" } ] }, "docs": "Retrieve all developer applications registered in the platform." }, { "info": { "name": "Create Application", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/Applications", "body": { "type": "json", "data": "{}" } }, "docs": "Register a new developer application." } ] } ], "bundled": true }