{ "opencollection": "1.0.0", "info": { "name": "Kontomatik Account Information Service Aggregation Vendors API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Vendors", "type": "folder" }, "items": [ { "info": { "name": "Get Vendor Recognition", "type": "http" }, "http": { "method": "GET", "url": "https://api.kontomatik.com/v1/vendors", "params": [ { "name": "ownerExternalId", "value": "", "type": "query" } ] }, "docs": "Identifies merchant / counterparty names in transactions (beta)." } ] } ], "bundled": true }