Skip to content

Get the project updates feed

GET
/projects/{fundraiserId}/updates

Returns a unified feed of project updates and completed withdrawal/payout items for the fundraiser, newest first.

Parameters

Path Parameters

fundraiserId*
Type
string
Required

Responses

Update feed (items are type "update" or "withdrawal")

application/json
JSON
[
{
"type": "string",
"id": "string",
"created_at": "string"
}
]

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress