{ "opencollection": "1.0.0", "info": { "name": "Synctera Accounts Internal Accounts API", "version": "0.20.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Internal Accounts", "type": "folder" }, "items": [ { "info": { "name": "List internal accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/internal_accounts", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query", "description": "Internal account ID(s). Multiple IDs can be provided as a comma-separated list.\n" } ] }, "docs": "Returns a list of all internal accounts.\n" }, { "info": { "name": "Add internal accounts", "type": "http" }, "http": { "method": "POST", "url": "https://api.synctera.com/v0/internal_accounts", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add an internal account\n" }, { "info": { "name": "Patch internal account", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.synctera.com/v0/internal_accounts/:internal_account_id", "params": [ { "name": "internal_account_id", "value": "", "type": "path", "description": "Unique identifier for the internal account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch internal account.\n" } ] } ], "bundled": true }