Giving Pools
List Giving Pools
Returns a list of Giving Pools accessible to the authenticated DAF account.
Giving Pools represent individual named giving pools within a donor's DAF account (e.g. "Smith Family Fund"). A Donor Account may be associated with multiple Giving Pools.
get/v1/giving_pools
Query parameters
donor_account_idstring
Filter Giving Pools by the ID of the associated Donor Account.
page_limitinteger
The number of results to return. Defaults to 10, max is 100.
page_tokenstring
A token to retrieve the next page of results.
Response
OK
Example response
{
"results": [
{
"id": "0bf40881-8ee2-47fb-98ca-f58c7999aa34",
"name": "Smith Family Fund",
"donor_account_id": "donor_account_01jpjenf5q6cawy43yxfcrxhct",
"created_at": "2026-01-15T09:00:00Z",
"updated_at": "2026-04-01T12:00:00Z"
}
]
}