Authorizations
Path Parameters
Example:
Query Parameters
Example:
Retrieves wrapped statistics for a given year. For large datasets (>10,000 donations)
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/wrapped/{year} \
--header 'Authorization: Bearer <token>'{
"metrics": {
"overview": {
"totalDonations": 1234,
"totalAmount": 567890,
"newDonors": 89,
"avgDonation": 460
},
"monthly": [
{
"month": "2024-01",
"donationCount": 123,
"amount": 45000
}
],
"donorGrowth": {
"newDonors": 89,
"totalDonors": 500,
"growthRate": 17.8
},
"programPerformance": [
{
"programId": 1,
"programName": "Education Fund",
"totalDonations": 150,
"totalAmount": 75000,
"commitments": {
"total": 50,
"active": 45,
"pastDue": 3,
"inactive": 2,
"uniqueDonors": 40,
"donorsWithoutCommitments": 10,
"totalAmount": 25000,
"annualizedAmount": 300000
}
}
],
"retention": {
"retentionRate": 75.5,
"retainedDonors": 300,
"previousYearDonors": 400,
"currentYearDonors": 450
},
"topDonors": [
{
"donorId": 123,
"donationCount": 5,
"totalAmount": 25000,
"name": "Anonymous"
}
],
"avgFillTime": 14.5
},
"descriptions": {
"overview": {
"title": "Your Year in Giving",
"description": "<string>",
"stats": {}
},
"donorGrowth": {
"title": "Growing Together",
"description": "<string>",
"stats": {}
},
"retention": {
"title": "Lasting Connections",
"description": "<string>",
"stats": {}
},
"monthly": {
"title": "Monthly Impact",
"description": "<string>",
"stats": {}
},
"programPerformance": {
"title": "Program Success",
"description": "<string>",
"stats": {}
},
"summary": {
"title": "2024 Impact Story",
"description": "<string>",
"stats": {}
}
},
"lastUpdated": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/wrapped/{year} \
--header 'Authorization: Bearer <token>'{
"metrics": {
"overview": {
"totalDonations": 1234,
"totalAmount": 567890,
"newDonors": 89,
"avgDonation": 460
},
"monthly": [
{
"month": "2024-01",
"donationCount": 123,
"amount": 45000
}
],
"donorGrowth": {
"newDonors": 89,
"totalDonors": 500,
"growthRate": 17.8
},
"programPerformance": [
{
"programId": 1,
"programName": "Education Fund",
"totalDonations": 150,
"totalAmount": 75000,
"commitments": {
"total": 50,
"active": 45,
"pastDue": 3,
"inactive": 2,
"uniqueDonors": 40,
"donorsWithoutCommitments": 10,
"totalAmount": 25000,
"annualizedAmount": 300000
}
}
],
"retention": {
"retentionRate": 75.5,
"retainedDonors": 300,
"previousYearDonors": 400,
"currentYearDonors": 450
},
"topDonors": [
{
"donorId": 123,
"donationCount": 5,
"totalAmount": 25000,
"name": "Anonymous"
}
],
"avgFillTime": 14.5
},
"descriptions": {
"overview": {
"title": "Your Year in Giving",
"description": "<string>",
"stats": {}
},
"donorGrowth": {
"title": "Growing Together",
"description": "<string>",
"stats": {}
},
"retention": {
"title": "Lasting Connections",
"description": "<string>",
"stats": {}
},
"monthly": {
"title": "Monthly Impact",
"description": "<string>",
"stats": {}
},
"programPerformance": {
"title": "Program Success",
"description": "<string>",
"stats": {}
},
"summary": {
"title": "2024 Impact Story",
"description": "<string>",
"stats": {}
}
},
"lastUpdated": "2023-11-07T05:31:56Z"
}