Claude Platform Docs

Parse Unverified

beta.webhooks.parse_unverified() -> void

Parses a webhook payload into an event without verifying its signature. Prefer unwrap() unless you have already verified the signature yourself.

Parse Unverified

require "anthropic"

anthropic = Anthropic::Client.new(api_key: "my-anthropic-api-key")

result = anthropic.beta.webhooks.parse_unverified

puts(result)