{ "opencollection": "1.0.0", "info": { "name": "Noyo Carrier Carrier Mapped Field Eligibility Rules API", "version": "1.0.0" }, "items": [ { "info": { "name": "Eligibility Rules", "type": "folder" }, "items": [ { "info": { "name": "Get Eligibility Rules for a Carrier", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/carriers/:carrier_id/eligibility_rules", "params": [ { "name": "carrier_id", "value": "", "type": "path", "description": "The unique identifier of the carrier to get eligibility rules for" } ] }, "docs": "Returns eligibility rules and requirements for a specific carrier across all supported data exchange configurations." } ] } ], "bundled": true }