{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Apis API", "version": "1.0.0" }, "items": [ { "info": { "name": "Apis", "type": "folder" }, "items": [ { "info": { "name": "List available REST APIs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/__apis", "params": [ { "name": "filters", "value": "", "type": "query", "description": "Filter APIs by OAuth scope." } ] }, "docs": "Returns the list of available REST API endpoints, grouped by module and feature, that the current user can access in this tenant." } ] } ], "bundled": true }