Get Donor Advised Fund

GET
/v1/dafs/:id

Retrieve a DAF with a given ID.

Path parameters

idstringRequired

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

Response

This endpoint returns an object.
idstring

The unique identifier for this object.

orgNamestring

A human readable name for the DAF.

addressstring

The first address line.

address2string

The second address line.

citystring

The city name for the address.

statestring

The state name for the address.

zipstring

The zipcode for the address.

supportedboolean

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

minimumGrantAmountdouble

The minimum grant amount in cents allowed for this DAF.

institutionDownboolean

A flag to indicate if the institution is down.

Errors