Get Donor Advised Fund

Retrieve a DAF with a given ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

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

Response

OK
idstringRead-only
The unique identifier for this object.
orgNamestringRead-only
A human readable name for the DAF.
addressstringRead-only
The first address line.
address2stringRead-only
The second address line.
citystringRead-only
The city name for the address.
statestringRead-only
The state name for the address.
zipstringRead-only
The zipcode for the address.
supportedbooleanRead-only
A flag to indicate if this DAF is supported by DAFpay.
minimumGrantAmountdoubleRead-only
The minimum grant amount in cents allowed for this DAF.
institutionDownbooleanRead-only
A flag to indicate if the institution is down.

Errors