{ "opencollection": "1.0.0", "info": { "name": "CMS AB2D Articles Issuers API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Issuers", "type": "folder" }, "items": [ { "info": { "name": "List Issuers", "type": "http" }, "http": { "method": "GET", "url": "https://api.ab2d.cms.gov/api/v2/issuers" }, "docs": "List Issuers" } ] } ], "bundled": true }