{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Verification API", "version": "4.0.0" }, "items": [ { "info": { "name": "Verification", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Verify Turnstile Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/siteverify", "body": { "type": "form-urlencoded", "data": [ { "name": "secret", "value": "" }, { "name": "response", "value": "" }, { "name": "remoteip", "value": "" } ] } }, "docs": "Validate a Turnstile challenge token on the server side. This is the primary endpoint for verifying that a user has passed the Turnstile challenge." } ] } ], "bundled": true }