---
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
- `401` — Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.
- `404` — Resource Not Found
- `500` — Internal Server Error

## Changes

- **2026-06-29** `b87f7738d336` — 8 breaking, 20 info
  - removed the required property `code` from the response with the `400` status
  - removed the required property `code` from the response with the `401` status
  - removed the required property `code` from the response with the `404` status
  - removed the required property `code` from the response with the `500` status
  - …24 more
- **2026-06-29** `c65f43c5ad90` — 4 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `401` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `details` from the response with the `500` status
- **2026-06-25** `f89b4f376e94` — 12 info
  - added the optional property `details/items/debug` to the response with the `400` status
  - added the optional property `details/items/debug` to the response with the `401` status
  - added the optional property `details/items/debug` to the response with the `404` status
  - added the optional property `details/items/debug` to the response with the `500` status
  - …8 more
- …earlier changes not shown

[Full history](https://skmtc.dev/chariot-giving/apis/specs/changes/v1/dafs/:id/get.md)

---

[API](https://skmtc.dev/chariot-giving/apis/specs.md) · [All operations](https://skmtc.dev/chariot-giving/apis/specs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chariot-giving/specs/revisions/6f769ddf43bd/schema)
