v39

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-017897360.9 KB
Donor Advised Funds

Get Donor Advised Fund

Retrieve a DAF with a given ID.

get/v1/dafs/{id}

Path parameters

idstring uuid required

The unique id of the DAF. The format should be a v4 UUID according to RFC 4122.

Response

OK

idstring required

The unique identifier for this object.

orgNamestring required

A human readable name for the DAF.

addressstring required

The first address line.

address2string required

The second address line.

citystring required

The city name for the address.

statestring required

The state name for the address.

zipstring required

The zipcode for the address.

supportedboolean required

A flag to indicate if this DAF is supported by DAFpay.

minimumGrantAmountnumber required

The minimum grant amount in cents allowed for this DAF.

institutionDownboolean required

A flag to indicate if the institution is down.

Example response

{
  "id": "0bf40881-8ee2-47fb-98ca-f58c7999aa34",
  "orgName": "website",
  "address": "123 Main St.",
  "address2": "Apt 100",
  "city": "New York City",
  "state": "New York",
  "zip": "12345",
  "minimumGrantAmount": 5000
}