Skip to content

List donations for fundraiser

GET
/fundraisers/{fundraiserId}/donations

Get all donations for a specific fundraiser.

Parameters

Path Parameters

fundraiserId*
Type
string
Required
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"
}
]

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress