v1
latestOpenAPI 3.0.02026-08-062903562.2 MBSupporter
supporterAnnualSummary
Request an annual summary to be sent to a supporter for a specific year
post/supporters/{id}/send-annual-summary
Path parameters
idinteger required
Example:5827
The specified Supporter ID
Request body
Example request
{
"year": 2024,
"email": "some@email.com"
}Response
Success
Example response
{
"address1": "300 N Washington St",
"address2": "300 N Washington St",
"birthday": "3/15",
"cell_phone": "619-555-1212",
"city": "Gettysburg",
"country": "US",
"created_at": "2021-04-23T08:23:21Z",
"email_address": "test@gofundme.com",
"first_name": "Hannah",
"gender": "M",
"id": 5827,
"last_emailed_at": "test@gofundme.com",
"last_name": "Rosendo",
"location": "City Townhall",
"member_id": 2012,
"metadata": {
"foo": "bar"
},
"nickname": "GoFundMePro",
"opt_in": true,
"origin": "donation",
"phone": "619-555-1212",
"postal_code": "92101",
"source_campaign_id": 227362,
"source_fundraising_page_id": 2173528,
"source_member_id": 2012,
"source_organization_id": 82364,
"state": "NE",
"updated_at": "2021-04-23T08:23:21Z"
}