{ "opencollection": "1.0.0", "info": { "name": "Tink Account Check Accounts ConnectorTransactions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "ConnectorTransactions", "type": "folder" }, "items": [ { "info": { "name": "Tink Ingest Connector Transactions", "type": "http" }, "http": { "method": "POST", "url": "https://api.tink.com/connector/users/:external_user_id/transactions", "params": [ { "name": "external_user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Push a batch of partner transactions for the specified Tink user and accounts." } ] } ], "bundled": true }