Skip to content

Postman Collection

Import the complete FundlyHub API into your HTTP client in one click.


Download

⬇ Download Postman Collection

Import Instructions

Postman

  1. Open Postman and click Import in the sidebar
  2. Select the downloaded .json file
  3. The collection appears under Collections with all endpoints organized by tag

Insomnia

  1. Open Insomnia → ApplicationImport
  2. Choose From File and select the .json file
  3. All requests are imported with example bodies pre-filled

Bruno

  1. Open Bruno → CollectionImport Collection
  2. Select Postman Collection as the format
  3. Browse to the downloaded file and import

Thunder Client (VS Code)

  1. Open Thunder Client sidebar in VS Code
  2. Click CollectionsImport
  3. Select the downloaded .json file

Environment Variables

The collection includes two variables you should configure:

VariableDefault ValueDescription
baseUrlhttps://api.fundlyhub.org/api/v1API base URL
accessToken(empty)JWT token from /cognito/signin

Setting Up Authentication

  1. Call POST /cognito/signin with your credentials
  2. Copy the accessToken from the response
  3. Set it as the accessToken variable in your environment
  4. All authenticated endpoints will use it automatically

What's Included

The collection contains all public API endpoints organized by tag:

  • Authentication — Register, login, OAuth, token refresh
  • Fundraisers — CRUD operations, search, statistics
  • Donations — Create and track donations
  • Categories — Browse categories
  • Organizations — Manage nonprofit organizations
  • Users — Profile management
  • Search — Full-text search and autocomplete
  • Payouts — Earnings and payout management
  • Milestones — Campaign progress tracking
  • Payments — Stripe payment processing
  • AI — AI-powered content tools
  • RBAC — Role-based access control
  • Platform — Health checks and statistics

Auto-generated

This collection is auto-generated from our OpenAPI specification. It always matches the current API version.

Built with VitePress