{ "opencollection": "1.0.0", "info": { "name": "Hint Health AccountAccessToken Integration API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Integration", "type": "folder" }, "items": [ { "info": { "name": "Activate Integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.hint.com/api/integrations/:id/activate", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique Integration ID" } ] }, "docs": "Activate Integration" }, { "info": { "name": "Deactivate Integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.hint.com/api/integrations/:id/deactivate", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique Integration ID" } ] }, "docs": "Deactivate Integration" }, { "info": { "name": "List All Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.hint.com/api/integrations" }, "docs": "List All Integrations" }, { "info": { "name": "Show Integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.hint.com/api/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique Integration ID" } ] }, "docs": "Show Integration" }, { "info": { "name": "Update Integration", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.hint.com/api/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique Integration ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Integration" } ] } ], "bundled": true }