v39

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-017897360.9 KB
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

idstring uuid required

The unique identifier for this Giving Pool.

namestring required

The display name of the Giving Pool. This is the name that the Donor will see when they are selecting a Giving Pool in DAFpay.

donor_account_idstring required

The ID of the Donor Account this Giving Pool belongs to.

created_atstring date-time required

Time when this object was created, expressed in RFC 3339 format.

updated_atstring date-time required

Time when this object was last updated, expressed in RFC 3339 format.

metadataobject

A map of arbitrary string keys and values to store information about the object.

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"
}