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