Get Webhooks
Get Webhooks
Returns webhook subscriptions for the authenticated nonprofit. Results are paginated using limit and page.
GET
Get Webhooks
Authorizations
Client ID for API authentication
API Key for API authentication
Query Parameters
The number of webhook subscriptions to return.
Required range:
1 <= x <= 100The page number of webhook subscriptions to return.
Required range:
x >= 1Sort direction by webhook subscription created date. Defaults to descending.
Available options:
ASC, DESC Example:
"DESC"
Filter by webhook subscription status.
Available options:
enabled, disabled Example:
"enabled"
Last modified on July 14, 2026