A unique message ID. This can be used for logging or potentially be remembered to avoid replay attacks.
A message type to distinguish the action that should be performed on the webhook server side.
A message version that defines the version of the message structure.
Generic payload JSON object that contains the actual business-relevant data.
A UTC-based ISO timestamp when the webhook call was made. By default, calls where the date is older than 120 seconds will be rejected.
Generated using TypeDoc
The object representing a webhook request message.