Get a paginated list of donations.
API Key API key used for authentication
In: header
Max results to return (1-100, default 50)
1 <= value <= 10050Cursor for pagination (pass nextCursor from previous response)
length <= 256application/json
application/json
curl -X GET "https://example.com/donation/list"{ "donations": [ { "id": "00000000-0000-0000-0000-000000000000", "amount": 1000, "currency": "usd", "donorName": "John Doe", "donorEmail": "john@example.com", "message": "Great content!", "perk": null, "perks": [], "paymentMethodLast4": "4242", "country": "US", "discordUserId": null, "discordRoleAssigned": false, "createdAt": "2026-08-31T13:56:56.274Z" } ], "nextCursor": null}{ "error": "string", "code": "string", "details": null}