{ "opencollection": "1.0.0", "info": { "name": "Kontomatik Account Information Service Aggregation Labeling API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Labeling", "type": "folder" }, "items": [ { "info": { "name": "Get Transaction Labels", "type": "http" }, "http": { "method": "GET", "url": "https://api.kontomatik.com/v1/labeling", "params": [ { "name": "ownerExternalId", "value": "", "type": "query" } ] }, "docs": "Returns transaction labels (salary, rent, utilities, etc.) for an owner's imported data." }, { "info": { "name": "Label External Transactions", "type": "http" }, "http": { "method": "POST", "url": "https://api.kontomatik.com/v1/external-data-labeling", "body": { "type": "json", "data": "{}" } }, "docs": "Labels transactions submitted from non-bank sources." } ] } ], "bundled": true }