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.

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

Query parameters

supportedOnlybooleanOptional

If set to true, filters DAFs to only those that have a direct integration with Chariot.

querystringOptional

If included, filters DAFs to only those that contain the query. This parameter is case insensitive.

pageLimitintegerOptional

the number of results to return; defaults to 10, max is 100

pageTokenstringOptional

A token to use to retrieve the next page of results. This is useful for paginating over many pages of results. If set, all other arguments are expected to be kept the same as previous calls.

Response

This endpoint returns an object.
resultslist of objectsOptional
nextPageTokenstringOptional

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.

Errors