Skip to main content

webhook-payload-verification-signature-header-required

Overview

This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:

When payload verification is defined for a webhook group, the signatureHeader field must be specified. This identifies the HTTP header that contains the signature for payload verification.

PropertyValue
EnabledYes
Maximum SeverityError
MessageThe payload verification signature header is required for the webhook group.
CodeOPENAPI3APIMATIC_L1045
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Webhooks
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting webhook payload verification signature header required

Suggested Fixes

  • Specify the signatureHeader field in the payload verification definition.
  • The signature header identifies which HTTP header contains the verification signature.

For More Information