{ "opencollection": "1.0.0", "info": { "name": "Legacy API (v1) Account AccountingSnapshot API", "version": "v1" }, "items": [ { "info": { "name": "AccountingSnapshot", "type": "folder" }, "items": [ { "info": { "name": "Retrieves the accounting snapshot for a tenant", "type": "http" }, "http": { "method": "GET", "url": "https://app.practicepanther.com/api/internal/v1/tenants/:tenantId/accountingsnapshot", "params": [ { "name": "tenantId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves the accounting snapshot for a tenant" }, { "info": { "name": "Generates a new accounting snapshot for a tenant", "type": "http" }, "http": { "method": "POST", "url": "https://app.practicepanther.com/api/internal/v1/tenants/:tenantId/accountingsnapshot", "params": [ { "name": "tenantId", "value": "", "type": "path" }, { "name": "tbRegenerate", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Generates a new accounting snapshot for a tenant" } ] } ], "bundled": true }