---
title: "Get Donor Advised Fund"
method: GET
path: "/v1/dafs/{id}"
tags: ["Donor Advised Funds"]
---

# Get Donor Advised Fund

`GET /v1/dafs/{id}`

Retrieve a DAF with a given ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- Daf — A Donor-Advised Fund, or `DAF` for short, is a special-purpose, tax-advantaged charitable account. For more information, please see the [IRS website](https://www.irs.gov/charities-non-profits/charitable-organizations/donor-advised-funds) for a full description. In the case that a DAF is supported, a donor will be able to initiate a grant directly through DAFpay.
  - `id` string, required — The unique identifier for this object.
  - `orgName` string, required — A human readable name for the DAF.
  - `address` string, required — The first address line.
  - `address2` string, required — The second address line.
  - `city` string, required — The city name for the address.
  - `state` string, required — The state name for the address.
  - `zip` string, required — The zipcode for the address.
  - `supported` boolean, required — A flag to indicate if this DAF is supported by DAFpay.
  - `minimumGrantAmount` number, required — The minimum grant amount in cents allowed for this DAF.
  - `institutionDown` boolean, required — A flag to indicate if the institution is down.

## Other responses

- `400` — The request is invalid or contains invalid parameters
- `404` — Resource Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/chariot-giving/apis/chariot-api-3.md) · [All operations](https://skmtc.net/chariot-giving/apis/chariot-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chariot-giving/chariot-api-3/versions/bf5e4b95459a/schema)
