v1
latestOpenAPI 3.0.02026-08-062903562.2 MBAnnual Summary
Supporter
Generate Annual Summary Report for Supporter
Generate an annual summary report PDF for the specified supporter and return a presigned S3 URL for download
post/supporters/{supporter_id}/annual-summary
Path parameters
supporter_idinteger required
Example:1427264
The specified Supporter ID
Request body
Example request
{
"report_year": 2024,
"start_date": "2024-01-01",
"end_date": "2024-12-31"
}Response
Annual summary report download information
Example response
{
"download_url": "https://s3.amazonaws.com/bucket/file.pdf?presigned-params",
"filename": "GivingSummary_JohnDoe_2024.pdf",
"expires_at": "2024-01-02T12:00:00+00:00",
"file_size": "1048576",
"content_type": "application/pdf",
"type": "annual_summary"
}