Get hourly donation aggregation.
API Key API key used for authentication
In: header
Number of days to look back (1-90, default 7)
1 <= value <= 907application/json
application/json
curl -X GET "https://example.com/donation/hourly"{ "hourly": [ { "hour": 14, "hourLabel": "14:00", "amount": 50, "count": 3 } ]}{ "error": "string", "code": "string", "details": null}