{ "opencollection": "1.0.0", "info": { "name": "Kontomatik Account Information Service Aggregation Profile API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Profile", "type": "folder" }, "items": [ { "info": { "name": "Get Behavioral Profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.kontomatik.com/v1/profile", "params": [ { "name": "ownerExternalId", "value": "", "type": "query" } ] }, "docs": "Returns descriptive behavioral profile segments based on transaction patterns (beta)." } ] } ], "bundled": true }