turnstile_clearance_level

If Turnstile is embedded on a Cloudflare site and the widget should grant challenge clearance, this setting can determine the clearance level to be set

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-turnstile-clearance-level-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/turnstile_clearance_level",
  "title": "turnstile_clearance_level",
  "description": "If Turnstile is embedded on a Cloudflare site and the widget should grant challenge clearance,\nthis setting can determine the clearance level to be set\n",
  "enum": [
    "no_clearance",
    "jschallenge",
    "managed",
    "interactive"
  ],
  "example": "interactive",
  "type": "string"
}