Skip to content

Get fundraiser

GET
/fundraisers/{id}

Retrieve a single fundraiser by UUID.

Parameters

Path Parameters

id*
Type
string
Required
Format
"uuid"

Responses

Fundraiser details

application/json
JSON
{
"id": "string",
"title": "Help Support Local Food Bank",
"description": "string",
"goal": 50000,
"raised": 12500,
"status": "active",
"category_id": "string",
"cover_image": "string",
"location": "Austin, TX",
"tags": [
"string"
],
"owner_id": "string",
"slug": "help-support-local-food-bank",
"days_left": 0,
"donor_count": 0,
"end_date": "string",
"created_at": "string",
"updated_at": "string"
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress