Skip to content

Get donation

GET
/donations/{id}

Retrieve a single donation by ID.

Parameters

Path Parameters

id*
Type
string
Required
Format
"uuid"

Responses

Donation details

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