Skip to content

List milestones

GET
/fundraisers/{fundraiserId}/milestones

Get all milestones for a fundraiser.

Parameters

Path Parameters

fundraiserId*
Type
string
Required
Format
"uuid"

Responses

List of milestones

application/json
JSON
[
{
"id": "string",
"fundraiser_id": "string",
"title": "string",
"description": "string",
"target_amount": 0,
"reached": true,
"created_at": "string"
}
]

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress