{ "opencollection": "1.0.0", "info": { "name": "Hint Health AccountAccessToken AffiliateBill API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AffiliateBill", "type": "folder" }, "items": [ { "info": { "name": "List All Affiliate Bills", "type": "http" }, "http": { "method": "GET", "url": "https://api.hint.com/api/provider/affiliates/:affiliate_id/affiliate_bills", "params": [ { "name": "affiliate_id", "value": "", "type": "path", "description": "Unique Affiliate ID" } ] }, "docs": "List All Affiliate Bills" } ] } ], "bundled": true }