Grant Requests

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.

get/v1/grant_requests

Query parameters

donor_account_idstring

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

page_limitinteger

The number of results to return. Defaults to 10, max is 100.

page_tokenstring

A token to retrieve the next page of results.

Response

OK

next_page_tokenstring

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

Example response

{
  "results": [
    {
      "id": "grant_req_01jpjenf5q6cawy43yxfcrxhct",
      "donor_account_id": "donor_account_01jpjenf5q6cawy43yxfcrxhct",
      "giving_pool_id": "0bf40881-8ee2-47fb-98ca-f58c7999aa34",
      "ein": "12-3456789",
      "nonprofit_name": "American Red Cross",
      "amount_cents": 10000,
      "form_url": "https://example.org/donate",
      "created_at": "2026-04-01T09:00:00Z",
      "updated_at": "2026-04-01T12:00:00Z"
    }
  ]
}

Changes

Changed in 7 of the 41 revisions of this API.25942

  • b87f7738d336820See the full diff
    • removed the required property code from the response with the 400 status

      response-required-property-removed

    • removed the required property code from the response with the 401 status

      response-required-property-removed

    • removed the required property code from the response with the 403 status

      response-required-property-removed

    • removed the required property code from the response with the 500 status

      response-required-property-removed

    • removed the required property message from the response with the 400 status

      response-required-property-removed

    • removed the required property message from the response with the 401 status

      response-required-property-removed

    • removed the required property message from the response with the 403 status

      response-required-property-removed

    • removed the required property message from the response with the 500 status

      response-required-property-removed

    • media type application/json was changed to a more specific media type application/problem+json for the response status 400

      response-media-type-name-specialized

    • media type application/json was changed to a more specific media type application/problem+json for the response status 401

      response-media-type-name-specialized

    • media type application/json was changed to a more specific media type application/problem+json for the response status 403

      response-media-type-name-specialized

    • media type application/json was changed to a more specific media type application/problem+json for the response status 500

      response-media-type-name-specialized

    • added the required property detail to the response with the 400 status

      response-required-property-added

    • added the required property detail to the response with the 401 status

      response-required-property-added

    • added the required property detail to the response with the 403 status

      response-required-property-added

    • added the required property detail to the response with the 500 status

      response-required-property-added

    • added the required property status to the response with the 400 status

      response-required-property-added

    • added the required property status to the response with the 401 status

      response-required-property-added

    • added the required property status to the response with the 403 status

      response-required-property-added

    • added the required property status to the response with the 500 status

      response-required-property-added

    • added the required property title to the response with the 400 status

      response-required-property-added

    • added the required property title to the response with the 401 status

      response-required-property-added

    • added the required property title to the response with the 403 status

      response-required-property-added

    • added the required property title to the response with the 500 status

      response-required-property-added

    • added the required property type to the response with the 400 status

      response-required-property-added

    • added the required property type to the response with the 401 status

      response-required-property-added

    • added the required property type to the response with the 403 status

      response-required-property-added

    • added the required property type to the response with the 500 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property details from the response with the 400 status

      response-optional-property-removed

    • removed the optional property details from the response with the 401 status

      response-optional-property-removed

    • removed the optional property details from the response with the 403 status

      response-optional-property-removed

    • removed the optional property details from the response with the 500 status

      response-optional-property-removed

    • added the optional property details/items/debug to the response with the 400 status

      response-optional-property-added

    • added the optional property details/items/debug to the response with the 401 status

      response-optional-property-added

    • added the optional property details/items/debug to the response with the 403 status

      response-optional-property-added

    • added the optional property details/items/debug to the response with the 500 status

      response-optional-property-added

    • added the optional property details/items/type to the response with the 400 status

      response-optional-property-added

    • added the optional property details/items/type to the response with the 401 status

      response-optional-property-added

    • added the optional property details/items/type to the response with the 403 status

      response-optional-property-added

    • added the optional property details/items/type to the response with the 500 status

      response-optional-property-added

    • added the optional property details/items/value to the response with the 400 status

      response-optional-property-added

    • added the optional property details/items/value to the response with the 401 status

      response-optional-property-added

    • added the optional property details/items/value to the response with the 403 status

      response-optional-property-added

    • added the optional property details/items/value to the response with the 500 status

      response-optional-property-added

  • 90671617b825124See the full diff
    • the code response's property type/format changed from number/ to string/ for status 400

      response-property-type-changed

    • the code response's property type/format changed from number/ to string/ for status 401

      response-property-type-changed

    • the code response's property type/format changed from number/ to string/ for status 403

      response-property-type-changed

    • the code response's property type/format changed from number/ to string/ for status 500

      response-property-type-changed

    • removed the required property error from the response with the 400 status

      response-required-property-removed

    • removed the required property error from the response with the 401 status

      response-required-property-removed

    • removed the required property error from the response with the 403 status

      response-required-property-removed

    • removed the required property error from the response with the 500 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 400 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 401 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 403 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 500 status

      response-required-property-removed

    • added the optional property details to the response with the 400 status

      response-optional-property-added

    • added the optional property details to the response with the 401 status

      response-optional-property-added

    • added the optional property details to the response with the 403 status

      response-optional-property-added

    • added the optional property details to the response with the 500 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 4f143792edeb55See the full diff
    • removed the optional property results/items/cancellation_reason from the response with the 200 status

      response-optional-property-removed

    • added the new awaiting_account_decision enum value to the results/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new pending enum value to the results/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new rejected enum value to the results/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new submitted enum value to the results/items/status response property for the response status 200

      response-property-enum-value-added

    • added the optional property results/items/rejection_reason to the response with the 200 status

      response-optional-property-added

    • removed the awaiting_account_approval enum value from the results/items/status response property for the response status 200

      response-property-enum-value-removed

    • removed the awaiting_daf_submission enum value from the results/items/status response property for the response status 200

      response-property-enum-value-removed

    • removed the canceled enum value from the results/items/status response property for the response status 200

      response-property-enum-value-removed

    • removed the initiated enum value from the results/items/status response property for the response status 200

      response-property-enum-value-removed

    • the response property results/items/cancellation_reason became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/donor_contact/address/line2 became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/giving_pool_id became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/note became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/purpose became nullable for the status 200

      response-property-became-nullable

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog