Verifies the signature of an inbound OpenAI Live webhook using the Standard-Webhooks specification:
webhook-id
webhook-timestamp
webhook-signature
${webhook_id}.${webhook_timestamp}.${raw_payload}
Verifies the signature of an inbound OpenAI Live webhook using the Standard-Webhooks specification:
webhook-id,webhook-timestamp, andwebhook-signatureheaders.${webhook_id}.${webhook_timestamp}.${raw_payload}.