{ "opencollection": "1.0.0", "info": { "name": "Nirvana Coverage Cost Estimation Eligibility API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Eligibility", "type": "folder" }, "items": [ { "info": { "name": "Discover active coverage", "type": "http" }, "http": { "method": "POST", "url": "https://coverage-api.meetnirvana.com/v1/discover", "body": { "type": "json", "data": "{}" } }, "docs": "Find active coverage and plan-level details for a patient. Supports Cardless Verification, recovering active coverage from only basic demographics when member ID or payer details are missing or incorrect." } ] } ], "bundled": true }