{ "opencollection": "1.0.0", "info": { "name": "Abortion Policy Gestational Limits Insurance Coverage API", "version": "1.0.0" }, "items": [ { "info": { "name": "Insurance Coverage", "type": "folder" }, "items": [ { "info": { "name": "Abortion Policy API Get Insurance Coverage for All States", "type": "http" }, "http": { "method": "GET", "url": "https://api.abortionpolicyapi.com/v1/insurance_coverage/states", "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "header" } }, "docs": "Returns abortion insurance coverage restrictions for all US states, covering Medicaid, private insurance, and ACA exchange plans." }, { "info": { "name": "Abortion Policy API Get Insurance Coverage by State", "type": "http" }, "http": { "method": "GET", "url": "https://api.abortionpolicyapi.com/v1/insurance_coverage/states/:state", "params": [ { "name": "state", "value": "", "type": "path", "description": "The state name (e.g., California, Texas, New York)" } ], "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "header" } }, "docs": "Returns abortion insurance coverage restrictions for a specific US state, covering Medicaid, private insurance, and ACA exchange plans." }, { "info": { "name": "Abortion Policy API Get Insurance Coverage by Zip Code", "type": "http" }, "http": { "method": "GET", "url": "https://api.abortionpolicyapi.com/v1/insurance_coverage/zips/:zip", "params": [ { "name": "zip", "value": "", "type": "path", "description": "The 5-digit US zip code" } ], "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "header" } }, "docs": "Returns abortion insurance coverage restrictions for a specific zip code." } ] } ], "bundled": true }