Cloudflare · JSON Structure

Cloudflare Turnstile Verify Response Structure

Type: object Properties: 6
AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

VerifyResponse is a JSON Structure definition published by Cloudflare, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

success challenge_ts hostname error-codes action cdata

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VerifyResponse",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "challenge_ts": {
      "type": "string"
    },
    "hostname": {
      "type": "string"
    },
    "error-codes": {
      "type": "array"
    },
    "action": {
      "type": "string"
    },
    "cdata": {
      "type": "string"
    }
  }
}