{ "opencollection": "1.0.0", "info": { "name": "ReasonBlocks Billing Scoring API", "version": "0.1.0" }, "items": [ { "info": { "name": "Scoring", "type": "folder" }, "items": [ { "info": { "name": "Score Step", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/score", "params": [ { "name": "token", "value": "", "type": "query", "description": "API key (EventSource fallback)" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Server-side difficulty scoring." } ] } ], "bundled": true }