{ "opencollection": "1.0.0", "info": { "name": "SAP API Management API Products Service Endpoints API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenant}.authentication.sap.hana.ondemand.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Service Endpoints", "type": "folder" }, "items": [ { "info": { "name": "List Service Endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://{api-portal-host}/apiportal/api/1.0/ServiceEndpoints", "params": [ { "name": "$top", "value": "", "type": "query" }, { "name": "$skip", "value": "", "type": "query" }, { "name": "$count", "value": "", "type": "query" } ] }, "docs": "Retrieve all service endpoints registered in the Integration Suite tenant. Supports pagination with $top and $skip parameters." } ] } ], "bundled": true }