{ "opencollection": "1.0.0", "info": { "name": "Tratta Bulk Operations Debt Accounts API", "version": "v1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Debt Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Debt Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://{org-uuid}.production.tratta.io/api/v1/debt_accounts", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of records per page (1-500)" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "include", "value": "", "type": "query", "description": "Comma-delimited list of related resources to include in response (e.g., customers,payment_methods)" } ] }, "docs": "Returns a paginated list of debt accounts." }, { "info": { "name": "Create Debt Account", "type": "http" }, "http": { "method": "POST", "url": "https://{org-uuid}.production.tratta.io/api/v1/debt_accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new debt account for a customer." }, { "info": { "name": "Get Debt Account", "type": "http" }, "http": { "method": "GET", "url": "https://{org-uuid}.production.tratta.io/api/v1/debt_accounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource unique identifier" }, { "name": "include", "value": "", "type": "query", "description": "Comma-delimited list of related resources to include in response (e.g., customers,payment_methods)" } ] }, "docs": "Returns a single debt account by ID." } ] } ], "bundled": true }