{ "opencollection": "1.0.0", "info": { "name": "CMS AB2D Articles Plans API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Plans", "type": "folder" }, "items": [ { "info": { "name": "Search Marketplace Plans", "type": "http" }, "http": { "method": "POST", "url": "https://api.ab2d.cms.gov/api/v2/plans/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search QHPs available to a household based on location, income, and household composition." }, { "info": { "name": "Get Plan Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.ab2d.cms.gov/api/v2/plans/:planId", "params": [ { "name": "planId", "value": "", "type": "path" }, { "name": "year", "value": "", "type": "query" } ] }, "docs": "Get Plan Details" } ] } ], "bundled": true }