latestOpenAPI 3.0.02026-08-1535120202.6 KB
f59881dadecd
Fundraisers
Get a Fundraiser
This request allows you to retrieve a Fundraiser record from your Fundraise Up account. Webhooks are not supported.
get/v1/fundraisers/{id}
Path parameters
idstring required
Example:NXXXXXXX
Unique identifier of the Fundraiser, formatted as N[A-Z]{7}.
Query parameters
livemodeboolean
Example:true
Specifies whether the request is executed in live or test mode. Required for API keys created after 30th January 2026. Fundraisers only exist in live mode — set this to true.
Response
On success, the API returns the Fundraiser object. If parameters are invalid, the call will return an error.
Example response
{
"campaign": {
"code": "Code-1",
"id": "FUNXXXXXXXX",
"name": "My Campaign"
},
"created_at": "2024-12-20T00:00:00.000Z",
"currency": "usd",
"designation": {
"code": "Code-1",
"id": "EXXXXXXX",
"name": "My Designation"
},
"name": "Run for hope"
}