{ "opencollection": "1.0.0", "info": { "name": "Legacy API (v1) Account V1AccountPayeeSettings API", "version": "v1" }, "items": [ { "info": { "name": "V1AccountPayeeSettings", "type": "folder" }, "items": [ { "info": { "name": "V1AccountPayeeSettings_Get", "type": "http" }, "http": { "method": "GET", "url": "https://app.practicepanther.com/api/internal/v1/tenants/:tenantId/accounts/:accountGuid/payee-settings", "params": [ { "name": "tenantId", "value": "", "type": "path" }, { "name": "accountGuid", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } } ] } ], "bundled": true }