Skip to main content

webhook-payload-verification-invalid-algorithm

Overview

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

The payload verification algorithm must be one of the supported algorithms. Invalid algorithms will prevent the webhook payload verification from being properly configured.

PropertyValue
EnabledYes
Maximum SeverityError
MessageThe specified payload verification algorithm is not valid.
CodeOPENAPI3APIMATIC_L1044
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Webhooks
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting webhook payload verification algorithm invalid

Suggested Fixes

  • Use one of the supported payload verification algorithms.
  • If a custom algorithm is needed, use the custom algorithm type and provide the algorithm name.

For More Information