Optional
expirationAn optional number of seconds. If a webhook request is older than the specified value - an error will be thrown.
120
Optional
payloadAn optional JSON schema to verify the integrity of a payload structure.
Either a JSON or stringified API request body. Ideally, should be a string taken as is from the request to preserve the original serialization.
A signature generated from the stringified body and passed along with it as
an x-mosaic-signature
header.
Optional
webhookA webhook-specific secret used to verify the webhook API request.
Generated using TypeDoc
Parameters required to verify the webhook request using a dedicated
validateWebhookRequest
helper function.