v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Organizations
GFM NPO Page
Reports

Download Donations Report

Downloads the most recent donations report CSV file for an organization

get/organizations/{organization_id}/gfm-npo-page/download-donations-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-donation-1727778600.csv",
  "expires_at": "2024-09-22T10:30:00Z",
  "file_size": 12345,
  "organization_id": 1169661,
  "type": "donations"
}