{ "opencollection": "1.0.0", "info": { "name": "SAP API Management API Portal 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 Providers", "type": "folder" }, "items": [ { "info": { "name": "List API Providers", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProviders", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression" }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "$skip", "value": "", "type": "query", "description": "Number of records to skip for pagination" }, { "name": "$select", "value": "", "type": "query", "description": "Comma-separated list of properties to return" } ] }, "docs": "Retrieve all API providers (backend systems) registered in the SAP API Management platform. Supports OData query options ($filter, $orderby, $top, $skip, $select)." }, { "info": { "name": "Create API Provider", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProviders", "body": { "type": "json", "data": "{}" } }, "docs": "Register a new backend system as an API provider." }, { "info": { "name": "Get API Provider", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProviders(':name')", "params": [ { "name": "name", "value": "", "type": "path", "description": "API provider name" } ] }, "docs": "Retrieve a specific API provider by name." }, { "info": { "name": "Update API Provider", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProviders(':name')", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing API provider configuration." }, { "info": { "name": "Delete API Provider", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProviders(':name')", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete a registered API provider." } ] }, { "info": { "name": "API Proxies", "type": "folder" }, "items": [ { "info": { "name": "List API Proxies", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProxies", "params": [ { "name": "$filter", "value": "", "type": "query" }, { "name": "$top", "value": "", "type": "query" }, { "name": "$skip", "value": "", "type": "query" } ] }, "docs": "Retrieve all API proxies available in the SAP API Management platform. Supports OData query options for filtering and pagination." }, { "info": { "name": "Create API Proxy", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProxies", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new API proxy in the SAP API Management platform." }, { "info": { "name": "Get API Proxy", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProxies(':name')", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific API proxy by name." }, { "info": { "name": "Update API Proxy", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProxies(':name')", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing API proxy configuration." }, { "info": { "name": "Delete API Proxy", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/APIProxies(':name')", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete an API proxy from the platform." } ] }, { "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." } ] }, { "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." } ] }, { "info": { "name": "Key Value Maps", "type": "folder" }, "items": [ { "info": { "name": "List Key Value Maps", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/KeyValueMaps" }, "docs": "Retrieve all key-value maps available for policy use at runtime." }, { "info": { "name": "Create Key Value Map", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantUrl}/apiportal/api/1.0/Management.svc/KeyValueMaps", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new key-value map for storing configuration values." } ] } ], "bundled": true }