The delivery's unique identifier.
OptionalrequestRequest details for the delivery.
Optionalbody?: unknownThe sent body/payload of the delivery.
Optionalheaders?: Record<string, string>Headers sent for this delivery, values of encryptedHeaders are omitted as such "OMITTED". Maximum size: 2048 bytes for non-encrypted headers + 2048 bytes for encrypted headers.
Optionalurl?: stringURL used for this delivery.
OptionalresponseResponse details for the delivery.
Optionalbody?: stringThe received body of the delivery.
Optionalheaders?: Record<string, string>Headers received for this delivery, values of encryptedHeaders are omitted as such "OMITTED". Maximum size: 2048 bytes for non-encrypted headers + 2048 bytes for encrypted headers.
OptionalstatusCode?: numberThe HTTP status code of the response.
The status of delivery.
OptionalstatusThe status message of the delivery.
The UTC timestamp when the delivery was triggered.
The unique webhook identifier that the delivery is for.
The name of the triggering event-type.