List Grant Requests

Returns a list of Grant Requests accessible to the authenticated DAF account.

Use donor_account_id to retrieve all Grant Requests associated with a specific donor.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

donor_account_idstringOptional

Filter Grant Requests by the ID of the associated Donor Account.

page_limitintegerOptionalDefaults to 10
The number of results to return. Defaults to 10, max is 100.
page_tokenstringOptional
A token to retrieve the next page of results.

Response

OK
resultslist of objects
next_page_tokenstring
A token to retrieve the next page of results. Absent when there are no more results.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error