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

Create Organization

Preview reference for future public organization API access.

Public organization API access is coming soon. This page is a preview reference, not a live launch integration surface.

POST /api/orgs

Creates a new organization on GiveLink and sets up a Stripe Connect Express account for payment processing.

Request Body

FieldTypeRequiredDescription
namestringYesOrganization name (e.g., "Habitat for Humanity")
slugstringYesURL-friendly identifier. Lowercase letters, numbers, and hyphens only.
einstringNoIRS Employer Identification Number in XX-XXXXXXX format. Required for 501(c)(3) verification.
websitestringNoOrganization website URL.
emailstringYesContact email for Stripe Connect onboarding.

Response

Returns the created organization with a Stripe onboarding URL.

{
  "org": {
    "id": "clx1234567890",
    "name": "Habitat for Humanity",
    "slug": "habitat-for-humanity",
    "ein": "91-1234567",
    "status": "ONBOARDING",
    "planTier": "STANDARD",
    "stripeAccountId": "acct_1234567890",
    "createdAt": "2026-02-28T12:00:00.000Z"
  },
  "onboardingUrl": "https://connect.stripe.com/setup/e/..."
}

Preview Request Shape

Public API access is not live at launch, so there is no production base URL for this request yet.

{
  "name": "Habitat for Humanity",
  "slug": "habitat-for-humanity",
  "ein": "91-1234567",
  "email": "admin@habitat.org"
}
How is this guide?
Edit this page→Request a feature→Changelog→

Last updated on 6/15/2026

Authentication

Public API authentication is coming soon.

Get Organization

Retrieve an organization by ID with aggregate statistics.

On this page

Request BodyResponsePreview Request Shape

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.