{ "opencollection": "1.0.0", "info": { "name": "SAP API Management API Portal API Products API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenantUrl}/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "API Products", "type": "folder" }, "items": [ { "info": { "name": "List API Products", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProducts", "params": [ { "name": "$filter", "value": "", "type": "query" }, { "name": "$top", "value": "", "type": "query" }, { "name": "$skip", "value": "", "type": "query" } ] }, "docs": "Retrieve all API products available in the developer portal. Products bundle API proxies for controlled access and monetization." }, { "info": { "name": "Create API Product", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProducts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new API product bundling one or more API proxies." }, { "info": { "name": "Get API Product", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProducts(':name')", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific API product by name." }, { "info": { "name": "Delete API Product", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProducts(':name')", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete an API product from the platform." } ] } ], "bundled": true }