Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Unwrap

webhooks.unwrap() -> void
Function

Validates that the given payload was sent by OpenAI and parses the payload.

Unwrap

require "openai"

openai = OpenAI::Client.new(api_key: "My API Key")

result = openai.webhooks.unwrap

puts(result)
Returns Examples