{ "opencollection": "1.0.0", "info": { "name": "Tratta Bulk Operations API", "version": "v1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Bulk Operations", "type": "folder" }, "items": [ { "info": { "name": "Bulk Import Debt Accounts", "type": "http" }, "http": { "method": "POST", "url": "https://{org-uuid}.production.tratta.io/api/v1/bulk/debt_accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Imports multiple debt accounts in a single request." } ] } ], "bundled": true }