Skip to main content
GET
Get logs

Path parameters

integer
required
Webhook ID.

Query parameters

integer
Page number. Default: 1
integer
Number of results to return. Default: 10
string
Event name. Allowed values: fundraiser_created, fundraiser_updated, transaction_created, fundraiser_team_created, fundraiser_team_updated, fundraiser_page_created, fundraiser_page_updated, tax_receipt_issued, milestone_triggered
See Event payloads for the JSON payload sent to your webhook URL and stored in each log entry. Each delivery attempt has its own id. The payload_hash identifies the normalized payload shared by attempts with the same event data. Use it with Resend event by payload hash to replay the newest matching delivery.

Response

Returns an array of objects with the following fields.
integer
Log entry ID.
integer
Webhook ID.
integer
Webhook Event ID.
string | null
MD5 fingerprint of the normalized payload. This is null for logs created before payload hashes were added.
string
Event sent date.
integer
HTTP-code of response from your server.
object
Payload sent to your server.
Other responses
Last modified on August 17, 2026