{ "opencollection": "1.0.0", "info": { "name": "Friendly Captcha Siteverify API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Siteverify", "type": "folder" }, "items": [ { "info": { "name": "Verify a Friendly Captcha response token", "type": "http" }, "http": { "method": "POST", "url": "https://global.frcapi.com/api/v2/captcha/siteverify", "body": { "type": "json", "data": "{}" } }, "docs": "Verify a Friendly Captcha response token" } ] } ], "bundled": true }