GGiveLinkDocs
GGiveLinkDocs
DashboardFeature RequestsIntroductionQuickstartPricing

Guides

Donation FormsCampaignsDonor ManagementRecurring GivingEmail & CommunicationsEvents & TicketingPeer-to-Peer FundraisingHow fees workDonor fee coverageCover-fees settings for nonprofitsOrg Intelligence

Contacts

Advanced filter logic
Custom fields — filter and sort contactsFilter contacts by a custom field

Integrations

Integrations OverviewStripeWebhooksZapier

Donation Widget

Wallet setupInstall the widget and activate wallets

API Reference

API OverviewAuthentication
Create OrganizationGet OrganizationList Organization Campaigns
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

ParameterTypeRequiredDescription
idOrSlugstringYesOrganization 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"
  }
]
How is this guide?
Edit this page→Request a feature→Changelog→

Last updated on 6/15/2026

Get Organization

Retrieve an organization by ID with aggregate statistics.

Create Campaign

Create a new fundraising campaign.

On this page

Path ParametersResponse

Ask GiveLink

AI-powered docs assistant

Ask me anything about GiveLink — campaigns, donations, integrations, pricing, or API usage.

AI responses may not be accurate. Check the docs for details.