{ "opencollection": "1.0.0", "info": { "name": "Flinks Authorize Enrich API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "flinks-auth-key", "value": "{{flinks-auth-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Enrich", "type": "folder" }, "items": [ { "info": { "name": "Return categorized transactional data.", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}-api.private.fin.ag/v3/{customerId}/BankingServices/GetCategorization", "body": { "type": "json", "data": "{}" } }, "docs": "Return categorized transactional data." } ] } ], "bundled": true }