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

Get Organization

Retrieve an organization by ID with aggregate statistics.

GET /api/orgs/{id}

Returns an organization's details along with aggregate fundraising statistics.

Path Parameters

ParameterTypeRequiredDescription
idstringYesOrganization ID (CUID)

Response

{
  "id": "clx1234567890",
  "name": "Habitat for Humanity",
  "slug": "habitat-for-humanity",
  "ein": "91-1234567",
  "status": "ACTIVE",
  "planTier": "BASIC",
  "stripeOnboarded": true,
  "payoutSchedule": "WEEKLY",
  "createdAt": "2026-02-28T12:00:00.000Z",
  "stats": {
    "totalRaisedCents": 1250000,
    "donationCount": 347,
    "campaignCount": 5,
    "donorCount": 289
  }
}
How is this guide?
Edit this page→Request a feature→Changelog→

Last updated on 6/15/2026

Create Organization

Preview reference for future public organization API access.

List Organization Campaigns

List all campaigns for an organization.

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.