Organizations
GFM NPO Page
Reports

Download Fundraisers Report

Downloads the most recent fundraisers report CSV file for an organization

get/organizations/{organization_id}/gfm-npo-page/download-fundraisers-report

Path parameters

organization_idinteger required

Primary identifier of Organization

Query parameters

environment'prod' | 'test'

Environment to download from

Response

Success - Returns download URL

successboolean
download_urlstring
filenamestring
expires_atstring date-time
file_sizeinteger
organization_idinteger
typestring

Example response

{
  "success": true,
  "download_url": "https://s3.amazonaws.com/bucket/path?signed-params",
  "filename": "humane-society-of-manatee-county-fund-1727778600.csv",
  "expires_at": "2024-09-22T10:30:00Z",
  "file_size": 12345,
  "organization_id": 1169661,
  "type": "fundraisers"
}