Basic Error
objectBasic Error
messagestring
documentation_urlstring
urlstring
statusstring
Example
Validation Error Simple
objectValidation Error Simple
messagestringrequired
documentation_urlstringrequired
errorsarray[string]
Example
webhook-config-url
stringThe URL to which the payloads will be delivered.
Example
webhook-config-content-type
stringThe media type used to serialize the payloads. Supported values include json
and form
. The default is form
.
Example
webhook-config-secret
stringIf provided, the secret
will be used as the key
to generate the HMAC hex digest value for delivery signature headers.
Example