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