Skip to content

Get organization stats

GET
/organizations/{id}/stats

Campaign counts, funds raised, unique donors and followers for an org (UUID or slug).

Parameters

Path Parameters

id*
Type
string
Required

Responses

Organization stats

application/json
JSON
{
"campaignCount": 0,
"totalCampaignCount": 0,
"totalFundsRaised": 0,
"uniqueDonorCount": 0,
"followerCount": 0
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress