Get a Webhook Log
Returns a single delivery log entry, including the payLoad that was posted to the notification URL.
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the webhook.
The ID of the log.
Response
OK
Represents a webhook log model.
The unique identifier of the log entry.
The unique identifier of the webhook the delivery was sent from.
The unique identifier of the record the event was about, such as a gift or donor.
The event the delivery was for.
10, 11, 12, 20, 21, 22, 30, 31, 32, 40, 41, 42, 50, 51, 52 The display name of the event.
The response returned by your endpoint.
Whether the delivery succeeded.
The HTTP status code returned by your endpoint.
The date the log entry was created.
The date the log entry was last modified.
The name of the webhook the delivery was sent from.
The payload Raise sent to your endpoint.