Documentation Index
Fetch the complete documentation index at: https://developers.momogood.com/llms.txt
Use this file to discover all available pages before exploring further.
since cursor.
This endpoint is available on the Custom Data Export family only today. The Salesforce and Blackbaud connector namespaces don’t expose a list-events endpoint — those integrations typically receive event IDs out-of-band from the destination CRM.
Coming Soon — list-events on the connector families. Contact support@givergy.com if you need it.
Custom Data Export endpoints require a dedicated service user provisioned per customer. Contact support@givergy.com to set up your integration.
Authorization
The authenticated caller must be the dedicated service user provisioned for your Custom Data Export integration. Any other authenticated user receives403 Forbidden. See Authentication → Authorization rules per family.
Query parameters
| Name | Type | Default | Notes |
|---|---|---|---|
since | long (epoch seconds) | 1606062358 | Lower bound on updated. Use -1 to backfill everything. |
orderBy | string | createdAsc | See ordering options below. |
offset | int | 0 | Pagination offset. |
limit | int | 1000 | Page size. Maximum 1000. |
Ordering options
orderBy accepts any of:
createdAsc, createdDesc, updatedAsc, updatedDesc, eventDateAsc, eventDateDesc, startTimeAsc, startTimeDesc, endTimeAsc, endTimeDesc, nameAsc, nameDesc, clientNameAsc, clientNameDesc, agentNameAsc, agentNameDesc, venueNameAsc, venueNameDesc
Response
Event[] — Custom Data Export variant. Includes projectType and externalId fields not present on the connector variants.
Example
What’s in the response
See the fullEvent schema for the field-by-field reference. Key things to know:
- All amounts are integers in the event’s minor currency unit (see Conventions → Money fields).
- Timestamps are Unix epoch seconds in UTC.
statusis always"active"because of the implicit active-only filter on list endpoints.timezoneis an IANA timezone id (e.g.Europe/London,America/New_York).