Giving Pools
Get Giving Pool
Retrieve a Giving Pool with the given ID.
get/v1/giving_pools/{id}
Path parameters
idstring uuid required
The unique ID of the Giving Pool.
Response
OK
Example response
{
"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"
}