Skip to content

Download annual giving statement

GET
/donor/me/annual-statement

Generates a year-end giving summary for the authenticated donor as PDF or CSV (binary download). Includes only paid donations in the requested calendar year. Not a tax receipt.

Authorizations

BearerAuth

Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.

Type
HTTP (bearer)

Parameters

Query Parameters

year*

Calendar year. Between 2026 and the current year.

Type
integer
Required
Minimum
2026
format*
Type
string
Required
Valid values
"pdf""csv"

Responses

Generated statement file

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress