List donations for fundraiser
GET
/fundraisers/{fundraiserId}/donations
Get all donations for a specific fundraiser.
Parameters
Path Parameters
fundraiserId*
Type
Requiredstring
Format
"uuid"Responses
List of donations
application/json
JSON
[
{
"id": "string",
"fundraiser_id": "string",
"donor_id": "string",
"amount": 50,
"status": "string",
"message": "string",
"is_anonymous": true,
"receipt_id": "string",
"created_at": "string"
}
]