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