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_id
Filter Grant Requests by the ID of the associated Donor Account.
page_limit
The number of results to return. Defaults to 10, max is 100.
page_token
A token to retrieve the next page of results.
Response
OK
results
next_page_token
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

