{ "opencollection": "1.0.0", "info": { "name": "Choreo API Management Alerts Apis API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Apis", "type": "folder" }, "items": [ { "info": { "name": "Choreo List published APIs", "type": "http" }, "http": { "method": "GET", "url": "https://console.choreo.dev/api/v1/apis", "params": [ { "name": "query", "value": "", "type": "query", "description": "Search query to filter APIs by name or description." }, { "name": "tag", "value": "", "type": "query", "description": "Filter APIs by tag." }, { "name": "type", "value": "", "type": "query", "description": "Filter APIs by type." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip." } ] }, "docs": "Retrieve a list of published APIs available in the developer portal. Supports filtering by name, tags, and type." }, { "info": { "name": "Choreo Get a published API", "type": "http" }, "http": { "method": "GET", "url": "https://console.choreo.dev/api/v1/apis/:apiId", "params": [ { "name": "apiId", "value": "", "type": "path", "description": "API identifier." } ] }, "docs": "Retrieve details of a specific published API including its documentation and endpoints." }, { "info": { "name": "Choreo Get API definition", "type": "http" }, "http": { "method": "GET", "url": "https://console.choreo.dev/api/v1/apis/:apiId/definition", "params": [ { "name": "apiId", "value": "", "type": "path", "description": "API identifier." } ] }, "docs": "Retrieve the OpenAPI or other specification definition for a published API." }, { "info": { "name": "Choreo List API documents", "type": "http" }, "http": { "method": "GET", "url": "https://console.choreo.dev/api/v1/apis/:apiId/documents", "params": [ { "name": "apiId", "value": "", "type": "path", "description": "API identifier." } ] }, "docs": "Retrieve documentation associated with a published API." } ] } ], "bundled": true }