---
title: "List Donor Advised Funds"
method: GET
path: "/v1/dafs"
tags: ["Donor Advised Funds"]
---

# List Donor Advised Funds

`GET /v1/dafs`

Returns a list of all Donor Advised Funds within Chariot's system. This API allows for paginating over many results.

<Note>
If there are DAFs missing from the list, please contact support at support@givechariot.com.
</Note>

## Query parameters

- `supportedOnly` boolean
- `query` string
- `pageLimit` integer
- `pageToken` string

## Response `200`

The response for Dafs.list

- object
  - `results` Daf[]
    - `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.
  - `nextPageToken` string — A cursor token to use to retrieve the next page of results by making another API call to the same endpoint with the same parameters (only substituting the pageToken with this value). If specified, then more results exist on the server that were not returned, otherwise no more results exist on the server.

## 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.
- `500` — Internal Server Error

---

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