{ "opencollection": "1.0.0", "info": { "name": "Legacy API (v1) Account API", "version": "v1" }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Returns an account (contact)", "type": "http" }, "http": { "method": "GET", "url": "https://app.practicepanther.com/api/account/:guid", "params": [ { "name": "guid", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns an account (contact)" }, { "info": { "name": "OData end point to get a list of all accounts (contacts) accessible by the user", "type": "http" }, "http": { "method": "GET", "url": "https://app.practicepanther.com/api/account", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "OData end point to get a list of all accounts (contacts) accessible by the user" }, { "info": { "name": "Created a new account (contact)", "type": "http" }, "http": { "method": "POST", "url": "https://app.practicepanther.com/api/account", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Created a new account (contact)" }, { "info": { "name": "Updates an existing account (Contact)", "type": "http" }, "http": { "method": "PUT", "url": "https://app.practicepanther.com/api/account", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Updates an existing account (Contact)" }, { "info": { "name": "Marks an existing account as deleted", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.practicepanther.com/api/account", "params": [ { "name": "guid", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Marks an existing account as deleted" } ] } ], "bundled": true }