{ "opencollection": "1.0.0", "info": { "name": "SAP API Management API Portal API Products API Providers 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." } ] } ], "bundled": true }