Skip to main content
GET
https://prod-api.raisedonors.com
/
api
/
Zapier
/
samples
/
{eventType}
Get Zapier Event Samples
curl --request GET \
  --url https://prod-api.raisedonors.com/api/Zapier/samples/{eventType} \
  --header 'Authorization: <api-key>'
[
  "<unknown>"
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

eventType
string
required

The event type to get samples for (e.g., 'Gift_Added', 'Donor_Modified').

Response

OK

Last modified on June 5, 2026