{ "opencollection": "1.0.0", "info": { "name": "Kontomatik Account Information Service Aggregation Score API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Score", "type": "folder" }, "items": [ { "info": { "name": "Get Credit Score", "type": "http" }, "http": { "method": "GET", "url": "https://api.kontomatik.com/v1/score", "params": [ { "name": "ownerExternalId", "value": "", "type": "query" } ] }, "docs": "Returns ML-based creditworthiness scoring for an owner." } ] } ], "bundled": true }