Verify Event
Allows you to verify an event sent through a webhook. Helps you verify that a webhook request originated from Kindful.
gethttps://app.kindful.com/admin/oauth2/api/v1/webhooks/verify_event?id=id
### Example ###
https://app.kindful.com/admin/oauth2/api/v1/webhooks/verify_event?id=8d1f7ffea6ea3e36b5
--
Successful Response (200)
{
"type": "person.transaction.update",
"id": "8d1f7ffea6ea3e36b5",// This is the id in the example request.
"created_at": 1459185643,
"data": {
"object": {
"id": 17948512,
"amount_in_cents": 50000,
"created_at": 1459185643,
"updated_at": 1459185643,
"sync_version": 1,
"note": "You changed this",
"check_num": "",
"is_donation": true,
"currency_code": "USD",
"non_tax_deduct_amount_in_cents": 0,
"recurring_donation_id": null,
"recurring_donation": null,
"success": true,
"canceled": false,
"voided": false,
"refunded": false,
"deleted_at": null,
"transaction_type": {
"code": "check",
"title": "Check"
},
"campaign": {
"id": 84949,
"name": "General",
"short_name": "General",
"deleted_at": null,
"ancestors": [],
"external_id": "General"
},
"designation": null,
"person": {
"email": "",
"first_name": "Pete",
"guid": "9defb494-c7aa-4b65-a5c8-9ac7ce4b71c0",
"id": 5734397,
"last_name": "Brumm5",
"organization_name": null,
"phone": null,
"deleted_at": null,
"donor_type": "Person",
"address": "1st Main St",
"address2": "Suite 1",
"city": "Nashville",
"state": "Tennessee",
"postal_code": "37205",
"country": "United States",
"spouse": "Spouse Full Name",
"spouse_first_name": "First",
"spouse_last_name": "Last",
"external_id": "2"
},
"pledge": null,
"product": null,
"splits": [],
"external_id": "4000",
"authorization": null,
"card_last_four": null,
"card_type": null
}
}
}
Query Params
id
string
The Webhook Event ID to verify.