{ "opencollection": "1.0.0", "info": { "name": "Aligned News REST Bundles Reports API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "List Reports", "type": "http" }, "http": { "method": "GET", "url": "https://alignednews.com/v1/reports", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of reports to return (default 20, max 100)." } ] }, "docs": "List recent reports (summaries only)." }, { "info": { "name": "Get Report", "type": "http" }, "http": { "method": "GET", "url": "https://alignednews.com/v1/reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Report UUID." } ] }, "docs": "Retrieve a single report by ID with the full content." } ] } ], "bundled": true }