List Grants
Returns a list of all grants for a given Connect. This API allows for paginating over many results.
DAF providers can use donor_account_id to filter Grant Requests associated with a specific Donor Account.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
the id of the Connect object. This can be used to filter the grants by a specific Connect if you have more than one.
Filter grants by a specific Donor Account. Use this to retrieve all Grant Requests associated with a given donor.
the number of results to return; defaults to 10, max is 100
Response
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.

