API ReferenceOrganizations
List Organization Campaigns
List all campaigns for an organization.
GET /api/orgs/{idOrSlug}/campaigns
Returns all campaigns belonging to an organization. Accepts either an organization ID or slug.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
idOrSlug | string | Yes | Organization ID (CUID) or URL slug |
Response
[
{
"id": "clx9876543210",
"title": "Annual Fund 2026",
"slug": "annual-fund-2026",
"type": "DONATION",
"status": "ACTIVE",
"goalAmountCents": 5000000,
"raisedAmountCents": 1250000,
"donationCount": 347,
"createdAt": "2026-02-28T12:00:00.000Z"
}
]Last updated on 4/5/2026