{ "opencollection": "1.0.0", "info": { "name": "Hint Health AccountAccessToken Credit API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Credit", "type": "folder" }, "items": [ { "info": { "name": "List All Credits", "type": "http" }, "http": { "method": "GET", "url": "https://api.hint.com/api/provider/patients/:patient_id/credits", "params": [ { "name": "patient_id", "value": "", "type": "path", "description": "Unique Patient ID" } ] }, "docs": "List All Credits" }, { "info": { "name": "Create Credit", "type": "http" }, "http": { "method": "POST", "url": "https://api.hint.com/api/provider/patients/:patient_id/credits", "params": [ { "name": "patient_id", "value": "", "type": "path", "description": "Unique Patient ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Credit" }, { "info": { "name": "Update Credit", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.hint.com/api/provider/patients/:patient_id/credits/:id", "params": [ { "name": "patient_id", "value": "", "type": "path", "description": "Unique Patient ID" }, { "name": "id", "value": "", "type": "path", "description": "Unique Credit ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Credit" } ] } ], "bundled": true }