List Grants

GET
Returns a list of all grants for a given Connect. This API allows for paginating over many results.

Headers

x-chariot-api-keystringRequired

the apiKey of the Connect object

Query parameters

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 and the value of this field should be from the nextPageToken in the previous response.

Response

This endpoint returns an object.
resultslist of objectsOptional
A Grant represents a successfully initiated grant request with a Donor Advised Fund. Grants are created when a person interacts with an instance of Chariot Connect and successfully submits a grant and completes the workflow. There can be many grants associated with a Connect object and therefore a Nonprofit.
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 changing the pageToken). If specified, then more results exist on the server that were not returned, otherwise no more results exist on the server.

Errors