{ "opencollection": "1.0.0", "info": { "name": "Blockaid Asset Management Scan Feedback API", "version": "1.0.0" }, "items": [ { "info": { "name": "Scan Feedback", "type": "folder" }, "items": [ { "info": { "name": "Scan Status", "type": "http" }, "http": { "method": "POST", "url": "https://api.blockaid.io/v0/scan/status/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Report whether the end-user accepted the Blockaid classification on the entity being scanned." } ] } ], "bundled": true }