{ "opencollection": "1.0.0", "info": { "name": "CMS AB2D Articles Organization API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "Search Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.ab2d.cms.gov/api/v2/Organization" }, "docs": "Search Organizations" }, { "info": { "name": "Read Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.ab2d.cms.gov/api/v2/Organization/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Read Organization" } ] } ], "bundled": true }